Top "Android-webview" questions

Part of the Android API.

Can the PostMessage API be used to communicate with an Android WebView?

I usually use the HTML5 PostMessage API to communicate information from my iframed content to the parent frame. Recently I've …

javascript android android-webview postmessage
Android - WebView language changes abruptly on Android 7.0 and above

I have a multilingual app with primary language English and secondary language Arabic. As described in the documentation, I have …

android android-webview locale android-7.0-nougat android-chrome
Android File Chooser not calling from Android Webview

Its a simple WebApp with a Webview in it and there is a registration page with upload file option. trying …

android android-webview android-afilechooser
How to disable the "save password" dialog on an Android WebView?

I'd like to know how to prevent an Android WebView form asking to save the "password-data" from a html form? …

android android-webview password-protection
Auto play video in webview

I am new in android and I am displaying a news link in a webview. News link contains a video. …

android webview android-webview html5-video qwebview
Read Keyboard events in Android WebView

I'm trying to listen to key events in android web view. Example when user is filling a form, I should …

android webview android-webview android-softkeyboard keyevent
Handling certificate errors in Android Webview and clearing the certificate peferences

I am trying to find a proper way to handle SSL certificate errors in the Android Webview. My goal is …

android ssl https android-webview android-security
Webview cannot accept cookies

I'm creating a WebView based Android app that enables the user to login onto a mobile operator. When I run …

android cookies android-webview android-websettings android-cookiemanager
onPageStart called many times and onPageFinished not called for single page

My question is different from this one guys.. I wany my progress dialog start when page load starts and end …

android android-webview webviewclient
shouldOverrideUrlLoading does not work/catch link clicks while page is loading

I am using WebViewClient.shouldOverrideUrlLoading to catch any link clicks in the WebView. This works about 95% of the time, but …

android android-webview webviewclient