I am building an Android App. It is a WebView app using JQuery Mobile Version 1.4.0. My app is set in fullscreen mode with no titlebar. In the App there is a form with a textarea at the bottom of the page. When the textarea is focused the keyboard pops up but completely obscures the textarea so that the user cannot see what is being typed. I have read that setting the windowSoftInputMode to adjustResize is supposed to get round this problem:
android:windowSoftInputMode="adjustResize"
However it does not appear to work. Does anyone know how to get round this problem other than removing the fullscreen option.