-
26 Oct 2011 8:55 PM #1
[PR1] Selectfield CSS too narrow on iPad
[PR1] Selectfield CSS too narrow on iPad
When working with a Selectfield, on an iphone the picker takes up a nice portion of space at the bottom of the phone.
On the iPad however, the picker is not the same. Looks like it's using a sheet to pop up a modal-like selector, which is less width than the iPhone!
Doesn't make any sense at all. I fixed it on mine by adding the following CSS, but something like it should probably be added to the base distro.
Code:.x-select-overlay { width: 50%; }
-
28 Oct 2011 5:30 AM #2
+1
The iPad has enought space to show more picker items. Should be used.
-
31 Oct 2011 12:28 PM #3Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,652
- Vote Rating
- 14
Sounds reasonable.
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-947
in
2.0.


Reply With Quote