Top "Webviewclient" questions

An Android class to intercept load requests, key events, and other events.

can't open file chooser in WebView Android 4.4.2 using WebChromeClient

In my webview by clicking "Choose File" button In samsung 7 inch tablet I want to open a File Browser, but …

android android-4.4-kitkat webviewclient webchromeclient android-afilechooser
Android WebView for Facebook Like Button

I'm trying to make facebook like functionality in Android WebView (project specification does not allow browser opening, or any out …

android facebook webview facebook-like webviewclient
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
Android passing touch event to WebView's inner content

I have a webview that I'm setting an onTouchListener on in order to capture swipe events on the actual view. …

android webview ontouchlistener webviewclient
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
How to get link-URL in Android WebView with HitTestResult for a linked image (and not the image-URL) with Longclick

I try to catch webview longclicks to show a context menu. (see code below) When longclicking an image, I always …

android image url webview webviewclient
Android Webview Facebook Login

In my app, I want to make users be able to login with their Facebook account. After some searches, I …

android facebook login webview webviewclient
Android WebViewClient callbacks called too often

When I call WebView#loadUrl I expect that I should only get a single WebViewClient#onPageFinished call and no WebViewClient#…

android webview webviewclient
Check in the onReceivedSslError() method of a WebViewClient if a certificate is signed from a specific self-signed CA

I would like to override the onReceivedSslError() of a WebViewClient. Here I want to check if the error.getCertificate() certificate …

android ssl-certificate self-signed webviewclient ca