When input field at bottom of screen has focus , keyboard push up webview , and the upper part of the page is not visible.
I want to prevent keyboard pushing up webview.
Anyone has idea ?
|
|
|
On focus, set window.scrollTo(0,0); This prevents keyboard from pushing up webview completely
If you don't want to set a static value for your Y scroll position, feel free to use this short plugin I've written that automatically aligns the keyboard underneath the input field. It's not perfect, but it does the job. Just call this on focus as shown above:
|
||||
|
|