davebalmer / jo

Jo (0.5.0) is a thin (~16K) candy shell for making HTML5 apps. Jo works with: PhoneGap, Chrome, Safari, Opera, FireFox, iOS, Android, BlackBerry 10, Tizen, & Windows Phone 8+. Features include skinnable UI widgets, a clean event model and a light data layer.
MIT License
1.2k stars 180 forks source link

Screen width of demo app on Android is wrong #16

Closed maartenst closed 13 years ago

maartenst commented 13 years ago

the screen width of the demo app on my Android device is wrong. This helps: <meta name="viewport" content="user-scalable=no, width=device-width" >

Also trying to push an item in the list does not really work well, I can push and an item gets selected, but it's always the wrong one, and I can't even push the 'done' button..

Jo looks very promising though, I like the concepts!

davebalmer commented 13 years ago

Haven't run into this on Android, I'll play around with it some more. Thanks for the report!

maartenst commented 13 years ago

If I need to specify specs of the phone please let me know..

davebalmer commented 13 years ago

Actually, that meta tag doesn't come through on GitHub's issue reporter (the notice I got for this post showed "< meta..." before it truncated, weird). Can you re-post that without the greater-than and less-than characters? MAybe it'll come through. Thanks!

maartenst commented 13 years ago

better? (edited)

davebalmer commented 13 years ago

Ah yes. And that definitely should be there for mobile apps using the samples. I'll add a note to that in the docs. I can't recreate the list select issue though. I wonder what's going on.

Which version of Android? And is this on a device or emulator? Thanks!

maartenst commented 13 years ago

This is on a 2.1 device, the Vodafone 845.

davebalmer commented 13 years ago

Closing