subimage
26 Oct 2011, 8:55 PM
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.
.x-select-overlay {
width: 50%;
}
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.
.x-select-overlay {
width: 50%;
}