asyraf9 / jquerymobile-splitview

a splitview plugin for jquerymobile.
asyraf9.github.com/jquerymobile-splitview
66 stars 54 forks source link

On IPAD, textarea/input - sliding keyboard issue #17

Open mnyc opened 11 years ago

mnyc commented 11 years ago

Struggling to figure this one out...

On IPAD, when page is in landscape mode and focus fall on an input or a textarea, the keyboard appears. When keyboard gets dismissed, the whole page resizes to 1/3 of it's normal size. Keyboard doesn't trigger window resize event, so not exactly sure why it happens.

Thanks

mnyc commented 11 years ago

Never mind... Solved it by changing viewport in the header to:

appytech commented 11 years ago

I have the same problem. Can you please help ??

Thanks

appytech commented 11 years ago

I SOLVED for me with this setting of viewport:

scsedel commented 11 years ago

< meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" >