Top "Webview" questions

Elements in graphical user interfaces that host HTML content.

jQuery get the location of an element relative to window

Given an HTML DOM ID, how to get an element's position relative to the window in JavaScript/JQuery? This is …

javascript jquery ipad webkit webview
Android Calling JavaScript functions in WebView

I am trying to call some javascript functions sitting in an html page running inside an android webview. Pretty simple …

javascript android webview
Android Webview - Webpage should fit the device screen

I have tried the following to fit the webpage based on the device screen size. mWebview.setInitialScale(30); and then set …

android webview scaling android-webview
File Upload in WebView

I have been struggling to upload files from WebView since last few days and there is no progress. I googled …

android android-emulator webview
how to get html content from a webview?

Which is the simplest method to get html code from a webview? I have tried several methods from stackoverflow and …

android android-widget webview
How can I display a pdf document into a Webview?

I want to display pdf contents on webview. Here is my code: WebView webview = new WebView(this); setContentView(webview); webview.…

android pdf webview
Android Webview - Completely Clear the Cache

I have a WebView in one of my Activities, and when it loads a webpage, the page gathers some background …

android caching webview
Android WebView Cookie Problem

I have a server that sends my android app a session cookie to be used for authenticated communication. I am …

android cookies webview
Android webview slow

My android webviews are slow. This is on everything from phones to 3.0+ tablets with more than adequate specs I know …

android performance webview
How to force keyboard with numbers in mobile website in Android

I have a mobile website and it has some HTML input elements in it, like this: <input type="text" …

android html webview keyboard html-input