- Where Developers Learn, Share, & Build Careers
When using the jQuery mobile dialog with a focus input field, the page will appear continuously due to the keyboard that appears Scroll up. It's on a small phone (HTC Explorer), but this problem is not present in big phones such as HTC Sensation.
When you remove the keyboard from the screen, the problem disappears.
Does anyone know any way to fix this?
Thanks in advance
Let me basically return this page to the top Scrolled by:
$ ('# myInput'). Tie ('Focus', Function (Event) {window.scrollTo (0, 0); document.body.scrollTop = 0;});
Comments
Post a Comment