Top "Android-webview" questions

Part of the Android API.

can't open file downloaded through download manager api

I successfully downloaded a pdf file using DownloadManager API in android. Manifest permissions are set correctly. File downloaded correctly. But …

android android-webview android-download-manager
WebView vs Chrome Custom Tab

I am building an app where in a Detail Activity I have to show a web page. I was going …

android android-activity android-webview chrome-custom-tabs
WebViewClient.onPageStarted( ) called twice when specifying non-existent URL via WebView.loadURL()

Here is my code public class Main extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.…

android android-webview webviewclient
Sometimes throws Uncaught Error: Error calling method on NPObject on Android

I am having problems with the Webview in Android and it's JavascriptInterfaces. I am passing a string to the JavascriptInterface. …

android android-webview android-jsinterface
Get last loaded url of webview without doing a webView.goBack() in Android

I want to log the history url or last loaded url without manually storing the history urls. Is that possible?

android webkit android-webview browser-history
What are valid return values for a Javascript Interface on an Android WebView?

I have an Android WebView that has JavaScript that is calling Android methods through the addJavascriptInterface method: myWebview.addJavascriptInterface(new …

android android-webview
How to integrate TEST PayU Payment Gateway in android application?

I am new in Payment Gateway. Currently, I am working on a mobile app where I need to integrate PayU …

android android-webview payment-gateway payu
Android WebView leaves space for scrollbar

In my WebView, I have some block elements that have a background color (different than white). However, the background color …

android android-webview
YouTube iframe embeds cannot autoplay on Android

I'm using a webView in my Android app to load YouTube iframe player and auto play videos. It works fine …

android youtube-api android-webview samsung-mobile
Use meta viewport width in Android Webview

I would like to use the viewport tag to fit html content into a WebView. <meta name='viewport' content=…

android android-webview android-browser