I am displaying a webview with a remote html content get as a string from a remote server. I store the html locally for a no connection use of my application. Moreover I also store a .js script and a .css style file locally. These files can be updated by the server. I store all these files at the following
Tag: android-webview
Android WebView – Setting HTML Field focus using Javascript
I have an application with just a visible WebView component to it which is used to display some dynamically generated HTML (can run Javascript too). It’s enabled for the WebView. For a few pages I am trying to set the focus of one of the input text boxes after the page load has finished – not through Body onLoad(), but