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

wrong CSS in joInput part #15

Closed bobuk closed 13 years ago

bobuk commented 13 years ago

looks like input is oversized. Check here http://sweetr.ru/clck.html

davebalmer commented 13 years ago

Good catch, seems to be a couple problems with that sample. Will fix and post another today. Thanks!

davebalmer commented 13 years ago

Corrected with lates CSS post here in the repo, but that sample still needs an update. I'm adding some more interesting examples to the sample, so it'll be a little longer.

davebalmer commented 13 years ago

I've come to the frustrating conclusion that if we want a flexible input field, it should be wrapped in a joFlexrow, like new joFlexrow(joInput("Hello")); not a huge deal, but since I want the input fields to be basic (and possibly non-stretchy), and ios and android force me to use proper input fields so the keyboard shows up, that's where we are. I'll post more about this soon.

bobuk commented 13 years ago

Looks like you're right and "joFlexrow" fix the problem on my ipad/iphone/android devices.

davebalmer commented 13 years ago

Cool :) and I just noticed I'm missing a new in my snippet for joInput... By the way, have you given the Jo forums a try? I'm trying to funnel questions from email, twitter and GitHub to one place: http://joapp.com/forums let me know what you think.

davebalmer commented 13 years ago

Closing