The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
1answer
6k views

What's the difference between setWebViewClient vs. setWebChromeClient?

What's the difference between setWebViewClient vs. setWebChromeClient in Android?
10
votes
4answers
4k views

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 of application activity). So, restrictions are that it has to be ...
10
votes
5answers
4k views

Intercept and override HTTP-requests from WebView

I have WebView in my application in which some site is opened (always the same, it is my own page). Site has some JS code which loads some images from remote host. I want to intercept requests to ...
5
votes
1answer
3k views

Android - how to intercept a form POST in android WebViewClient on API level 4

I have a WebViewClient attached to my WebView like so: webView.setWebViewClient(new MyWebViewClient()); Here is my implementation of MyWebViewClient: private class MyWebViewClient extends ...
4
votes
3answers
119 views
+50

how to set different title for alert dialog when WebView page is loaded?

I want to set different title for alert dialog when WebView page is loaded but its not working. here is code snippet: final AlertDialog.Builder alert = new AlertDialog.Builder( ...
4
votes
3answers
1k views

shouldOverrideUrlLoading(…) not executed if “window.location.href” modified in a timeout callback

I have a javascript function 'gotoMainPage()' function gotoMainPage( ) { window.location.href = "main/main.do"; } Now, WebViewClient's shouldOverrideUrlLoading(..) gets called if gotoMainPage( ...
3
votes
2answers
140 views

Getting blank page in Android WebViewClient

I am trying open twitter link : http://mobile.twitter.com/pawan_rathore88 in my activity. If I set WebViewClient to webview I am getting blank page. But when I load url without setting any ...
3
votes
1answer
850 views

Are WebViewClient and WebChromeClient mutually exclusive?

From this great explanation about the differences between WebViewClient and WebChromeClient it seems that if you use one, you shouldn't be using the other (for the same WebView object). Is my ...
3
votes
1answer
2k views

onPageFinished in WebViewClient doesn't seem to fire correctly

I have seen one other SO question on this and it was not resolved. I am using LoadData() with application generated html. I noticed when I add a few blank lines after new text the page scrolls and ...
2
votes
0answers
210 views

Android WebView Protocol Handler

I am trying to develop an Android browser application using WebView which enables users to access content from a custom protocol. The custom protocol could be foobar:// I want to intercept all ...
2
votes
0answers
67 views

Webview's saveState doesn't handle custom WebViewClient

Scope Have to handle orientation changes for WebView. Problem saveState/restoreState doesn't work for WebView when using custom WebViewClient (blank page is shown). Code snippet ...
2
votes
0answers
306 views

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 when the page load finished in my webview. My problem is the progress dialog starts and ...
2
votes
2answers
354 views

How to Programmtically Enter form input fields in WebView, then click submit?

I don't have any problem parsing WebView HTML or loading URLs (relative or absolute) but I am stumped as to how to programmatically "simulate" the user entering username & password, then clicking ...
2
votes
2answers
913 views

Android Webview Facebook Login

In my app, I want to make users be able to login with their Facebook account. After some searches, I am able to figure out this although I don't think this way is the best method. I used a webview in ...
2
votes
2answers
1k views

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.layout.main); ...
2
votes
2answers
347 views

Enabling general JavaScript in WebViewClient

While searching for an answer in google, it seems that I'm not the only one stuck with a problem that seems impossible to solve. I've managed to create a WebView with a custom WebViewClient - this ...
2
votes
1answer
470 views

I need to know when a page really finishes loading

I am quite new to Android yet, and I have an application that has a webview on it. I need to know when the webview finishes loading a page that has a random number of redirects (sometimes to the ...
1
vote
1answer
82 views

Android - Best Practice for using a common WebView client

I'm creating an app where there are WebViews in many different activities. But all the WebViews use the same WebViewClient. Currently I am creating a new WebViewClient for every WebView and using it. ...
1
vote
2answers
117 views

Implementing timeout in webviews

I need to implement timeout for my webviews. I want to show the user n error message if the webpage could not be loaded within a desirable time. Is there any way to do this?
1
vote
0answers
220 views

Back button in an android webview?

I'm having trouble getting the hardware back key on an android phone to work with a webView. The following is the code I'm using. Every time I run the app it force closes. package ...
1
vote
0answers
699 views

Using cookies from httpclient in webview

In my app I'm sending a device ID to a server using http post and I'm getting a session ID back. Now I need to get the session cookie in my webviewclient. I did some research and found this: Android ...
1
vote
0answers
282 views

hideing urlbar creating problem for popupwindow in webview [closed]

I have a simple web view in android. I am accessing some url. I have implemented WebViewClient which takes control from the default android browser, and overridden shouldOverrideUrlLoading. Now ...
1
vote
1answer
397 views

When does onNewPicture() get called?

The documentation for onNewPicture() only says: Notify the listener that the picture has changed My question is: When does the picture change? I noticed that some web pages generate dozens of ...
1
vote
1answer
2k views

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#shouldOverrideUrlLoading call. However, I get a ...
1
vote
0answers
419 views

Android - WebViewClient loads pages extremely slowly

As a developer, I have had pretty bad experiences when it comes to building apps (with web pages) that run on the Android webviewclient on 3G connection. A few of my users are saying that some pages ...
1
vote
0answers
394 views

[android]Setting WebViewClient to WebView doesn't work correctly

I am writing app, that should authorize on twitter. I load to WebView Link to my app's server, which redirects me to twitter authorization page. Before this, user is logged in on my app server with ...
1
vote
1answer
657 views

Android WebView Communicating from a WebViewClient to Activity

I have a simple helloworld app. I am trying to tell the Activity that a user clicked, "Cnn.com" WebViewClient wc = new WebViewClient() { @Override public boolean ...
0
votes
1answer
15 views

WebView doesn't update the content correctly

The problem occurs after navigating some pages and try to go back using window.history.back(), the screen just doesn't get updated —the last one loaded remains visible—, but the URL in logs does get ...
0
votes
0answers
109 views

E/DroidGap(21383): DroidGap: TIMEOUT ERROR! - calling webViewClient

I use phonegap 1.3.0 to develop mobile application. when i click one button that will invoke my plugin to invoke a js function, after about 20s, countered the error: "E/DroidGap(21383): DroidGap: ...
0
votes
0answers
31 views

Android WebView first page not loading on start after destroy

I have a WebView and while it loads the page which takes some seconds I want to show something other than a white screen, so I'm loading static data before loading the first page ...
0
votes
1answer
48 views

Android WebviewClient, Text selection control

Im making a Web app. I want block it's selecting texts. When I use Facebook application, I can't select text likes the picture's. Because facebook app, it's a hybrid app. How can I control... Is ...
0
votes
3answers
140 views

WebView ceding rel=external links to Activity Manager

I have a WebView wherein I would like anchor tags with rel=external to open in the Android browser but all other links to stay in the WebView. So the content will load within the WebView if the user ...
0
votes
0answers
33 views

Admob not work when i use client in the web view and work without it

Admob not work when i use client in the web view and work without it. I try many thing but no result. this the code i use package com.jms.AdmobExample; public class AdmobExample extends Activity { ...
0
votes
0answers
33 views

Why do some websites never deliver WebViewClient.onPageFinished()?

I can understand how some sites can deliver multiple WebViewClient.onPageFinished() per page, due to having multiple iframes in that page, or having to go through multiple redirects to reach that ...
0
votes
2answers
250 views

android http post response into webview and navigate

i'm making an app that make a post request to Ilias server, I receive the response and open it on a webview, my problem is that if I navigate, when I click some link it doesn't save my credentials and ...
0
votes
1answer
161 views

How to make a YouTube video work while still inside of a WebViewClient?

Here is the problem: I can't seem to make a YouTube video work while still inside of a WebViewClient. I have tried using an Intent, but that only redirects to the browser or the YouTube App (when ...
0
votes
1answer
129 views

Android back button from WebViewClient doesn't return to current Activity

I want to have a button press display a web page, I use the standard approach with a WebViewClient and WebChromClient like so: final Button revsButton = (Button) ...
0
votes
0answers
221 views

Android WebView onProgressChanged Problem

I am working on an application in which i have implemented a Custom WebView to open web pages. I have overriden the onProgressChnaged method of the view. I am facing a small but teasing problem. It ...
0
votes
1answer
1k views

Looking for Android ViewFlipper Example with Multiple WebViews

As I am sure you all know. Setting up a WebView is a matter of creating a webview browser client, setting properties and loading a resource into the browser client. I have created several android apps ...
0
votes
2answers
110 views

WebView, WebViewClient and links

Do I need to implement my own WebViewClient in order for my WebView to handle common links like geo:, tel: and mailto:? Can't the WebView handle it on it's own?
0
votes
1answer
213 views

Button click using the webViewClient

I am using WebView in my application.I load an url using the WebView.On loading the page , it contains many links and buttons . i want to handle the click of a particular button of the page. How to ...
0
votes
1answer
1k views

shouldOverrideUrlLoading Will Load “file:///” But Not “http://” URL Parameters

Works: mWebView.setWebViewClient(new WebViewClient() { @Override public boolean shouldOverrideUrlLoading(WebView view, String url) { ...
0
votes
3answers
928 views

WebView onTouch handling when the user does NOT click a link

I am working on an Android app which displays content in a WebView. The content contains links, and those links are being handled via a custom WebViewClient and use of javascript and ...
0
votes
1answer
311 views

Android webview issue with link filtering

I hope someone can point out where I am being thick. I am calling a webviewclient and overriding loading to catch mailto links (working) and a specific external URL (not working). the specific link ...
0
votes
2answers
1k views

Android WebViewClient onReceivedError is not called for a 404 error

hi In a list view i have an webview which should load a image file from the server,when there is no image present i need a dummy image .I tried holder.image.setWebViewClient(new WebViewClient() { ...
0
votes
2answers
337 views

android application is opening a browser application instead of a webView, how do I stop that?

Right now when I push a specific button it starts an intent to open a web page into a webView, but instead it opens a Browser Application, revealing the address bar which is not what I want. After ...
0
votes
1answer
244 views

Intercept html button click

is there any possibility to intercept when a user clicks on a html button? I ve an webviewclient that load a login page with two buttons. Allow and Deny. I would you like to intercept when the deny ...
0
votes
2answers
1k views

android: webview not loading javascript with custom WebViewClient

I've got a very basic WebView which works until I try to add a custom webViewClient where it stops processing JavaScript. Am I doing something wrong? Is there another way to get rid of the address ...