intel / appframework

The definitive HTML5 mobile javascript framework
http://app-framework-software.intel.com/
MIT License
2.43k stars 882 forks source link

if($.os.ios7) on ipad #431

Closed prma85 closed 11 years ago

prma85 commented 11 years ago

Hi.

I try use this in IPAD, but the $.os.ios7 return false. I'm using the ipad 2 with IOS 7.0.2 On Iphone and Ipod that's all ok (return true).

Why this not return true on ipad?

imaffett commented 11 years ago

Can you capture the value of navigator.userAgent in javascript and provide it here?

prma85 commented 11 years ago

_2013-10-23 09:07:54.257 Cagece[225:60b] Mozilla/5.0 (iPad; CPU OS 7_02 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11A501 (375915424)

2013-10-23 09:07:54.258 Cagece[225:60b] webkit true

2013-10-23 09:07:54.260 Cagece[225:60b] android false

2013-10-23 09:07:54.262 Cagece[225:60b] androidICS false

2013-10-23 09:07:54.264 Cagece[225:60b] ipad true

2013-10-23 09:07:54.266 Cagece[225:60b] iphone false

2013-10-23 09:07:54.269 Cagece[225:60b] ios7 false

2013-10-23 09:07:54.271 Cagece[225:60b] webos false

2013-10-23 09:07:54.273 Cagece[225:60b] touchpad false

2013-10-23 09:07:54.275 Cagece[225:60b] ios true

2013-10-23 09:07:54.277 Cagece[225:60b] playbook false

2013-10-23 09:07:54.278 Cagece[225:60b] blackberry false

2013-10-23 09:07:54.281 Cagece[225:60b] blackberry10 false

2013-10-23 09:07:54.283 Cagece[225:60b] chrome false

2013-10-23 09:07:54.284 Cagece[225:60b] opera false

2013-10-23 09:07:54.286 Cagece[225:60b] fennec false

2013-10-23 09:07:54.288 Cagece[225:60b] ie false

2013-10-23 09:07:54.290 Cagece[225:60b] ieTouch false

2013-10-23 09:07:54.291 Cagece[225:60b] supportsTouch true

2013/10/23 Ian Maffett notifications@github.com

Can you capture the value of navigator.userAgent in javascript and provide it here?

— Reply to this email directly or view it on GitHubhttps://github.com/01org/appframework/issues/431#issuecomment-26897021 .

Paulo Roberto Martins de Andrade +55 (85) 8864.4091 Social Network: http://www.linkedin.com/in/paulomartinsbr LinkedIn http://www.linkedin.com/in/paulomartinsbr Contact: [image: Google Talk/] paulo85br@gmail.compaulo85br@gmail.com?subject=Retorno%20de%20contato [image: Skype/] prma85

imaffett commented 11 years ago

Thanks - this should be fixed now.