WebChromeClient is an Android class to intercept JavaScript dialogs, loading progress, and other events.
0
votes
1answer
151 views
Android WebChromeClient WebView onGeolocationPermissionsShowPrompt never fired
I have a webpage with a WatchPosition call which works fine in regular browsers. However, the dialog for requesting GPS Permission never shows when the webpage is loaded from a WebView with ...
1
vote
1answer
89 views
does WebChromeClient unsupport php iframe tag?
i load an url given by other system in webview.but it doesn't display all contents,it leaves a blank window in the page.i check the source code,it has a frameset tag and some iframe tags.
att src is ...
0
votes
1answer
113 views
Link in WebChromeClient does not open safari when using WebViewClient shouldOverrideUrlLoading
I use WebChromeClient for opening a link to news.html on my server, it opens safari and shows the content, ok.
But...
When I implent WebViewClient shouldOverrideUrlLoading to intercept the call when ...
0
votes
0answers
38 views
WebChromeClient inside a Tab Activity
Am trying to create a Tab Layout Videos, Audios and Jokes. Videos is the default tab underthat tab am trying to load my youtube playlist. If i use a webview the playlist comes but videos are not ...
1
vote
1answer
72 views
How to start another activity from webChromeClient
In webViewClient I use shouldOverrideUrlLoading to check a link/url and load another activity but how can I do the same trick in webChromeClient?
1
vote
2answers
282 views
webChromeClient opens link in browser
I have searched and read a lot of posts but can not figure out how to do it in my code.
I want to use geolocation in my app and need to view in webChromeClient in stead of webViewClient wich I use ...
0
votes
1answer
132 views
Embedded Youtube player getting cut off
I am trying to embed youtube video in my android app using WebView. Here is the code:
{
WebView mView = new WebView(getContext());
String embeded = loadPlayer(); // this is javascript string ...
0
votes
0answers
206 views
How to execute a Javascript function immediately in Android using webView.loadUrl()?
We want to call a Javascript function and get the return value in our Android application. To implement this we are using webView.loadUrl("javascript:alert(functionThatReturnsSomething)");, but it ...
1
vote
2answers
585 views
Prevent Chrome from reloading page on re-orientation?
This is my first app, it is a web app, it simply loads a webView to a url where stuff happens.
It works fine in android browser(gingerbread), but in Chrome(ICS, JB) it was going back to the initial ...
3
votes
2answers
580 views
HTML 5 video crash when going fullscreen
I'm currently working on an application with screen orientation portrait, and i have html 5 video that need fullscreen support. I added to the webview a WebChromeClient, overrided few methods. ...
0
votes
0answers
365 views
Android Webview - Upload
I have seen the solution mentioned here, but I can't figure out, how to make it work with my code.
Here is the code (displaying simple page with file upload). My app should compatible with Android ...
0
votes
0answers
176 views
How to replace red play button of youtube with custom button in android
In my app youtube video play perfectly without any problem.
My question in 3 parts.
Part 1:
Check following screen shot of my app. In that image shown in WebView with YouTube red play button.
...
0
votes
0answers
90 views
Upload file using Android webview [duplicate]
Possible Duplicate:
File Upload in WebView
I'm trying to get the file chooser to pop up from my webview app. I've researched, and researched, and researched, and researched some more, but ...
0
votes
1answer
425 views
Getting a webview to load with webchromeclient
I cant see me get this web view to open up with the new code below. I had it working with the commented out code. I need to get the new code to load the web view. Im using this sample code. How can i ...
2
votes
1answer
392 views
Open a file upload menu in a web view not working
I need to be able to open a file upload menu from AndroidAddMember.aspx page in a web view. I found this fix but I dont think im implementing it correctly. Fix
The file upload button works fine in a ...
13
votes
2answers
1k views
Android WebView Playing HTML5/h.264/mp4 Video, How to get at the MediaPlayer
I have an Activity which is a WebView. I have a WebChromeClient inside it. Inside that, there are several callbacks which are meant to return the MediaPlayer handling the video bits. For example:
...
1
vote
0answers
274 views
Android WebChromeClient integration with javaScript gives Unexpected Illegal token
Home.java
public void updatePhoto(Bitmap bitmap) {
String bitmapStr = BitMapToString(bitmap);
Home.currentBmp = bitmap;
String parameter = "data:image/jpeg;base64," + bitmapStr;
...
1
vote
0answers
251 views
WebChromeClient Websocket support?
Android comes with two webviews (SetWebViewClient and SetWebChromeClient) and it's painfully obvious that the regular web client has zero websocket support.
However, I'm not sure of the capabilities ...
0
votes
1answer
444 views
WebChromeClient.onGeolocationPermissionsShowPrompt() never called if locations are turned off
I've got a WebView that loads a page with location based functionality and a WebChromeClient with onGeolocationPermissionsShowPrompt() overriden. Enabling location for the page works fine when ...
0
votes
3answers
576 views
Android progressbar on webview appearing twice
I'm trying to create a simple app for android with progress bar. Everything works fine. But, here two issues
1) When the application is launched i can see progress loading twice.
2) How can i ...
0
votes
1answer
257 views
Open javascript window into AlertDialog
In my app I've a webview displayed correctly.
In the site there is a button that when clicked make a window.open() displaying some information.
I've added a webchromeclient with the override of ...
0
votes
1answer
212 views
Calling activity methods from outside classes
This is probably easy one, but I am really confused with all this application/activity context stuff. I want to call some of activity methods from classes, such as my own WebChromeClient or ...
0
votes
1answer
361 views
Trying to pass the URL from webview to browser
I am using a webview of height 60dp and i am passing a local html file to it, by default when i click a link in the webview it has to open the browser . But strangely its opens the links with in the ...
2
votes
3answers
5k views
WebView + WebChromeClient method onCreateWindow not called for target=“_blank”
I'm trying to develop a custom browser with WebView using Android API level 10 (sdk 2.3.3), unfortunately I don't know how to intercept request from the webpageto open URL in new browser window, like ...
1
vote
0answers
381 views
No sound in Webview
i have the Problem, that i have no sound at webview.
On the native Browser on android the sound is working.
The sound is a Flash.
If you want to see, you can open ...
0
votes
1answer
474 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) ...
1
vote
1answer
1k views
How do I detect when a WebView page is trying to close?
I have a WebView into which I'm loading the facebook sharer php page. This page doesn't have any form of confirmation, it simply closes the window once the user has either shared or cancelled.
...
1
vote
0answers
854 views
How to implement onShowCustomView method?
I want to play a video on a webview. For that I've found this link but I can't understand how to implement the onShowCustomView method of the WebChromeClient.
I am using Android SDK 1.6. Is there an ...
13
votes
1answer
7k 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
What happens (under the cover) when I click the Play “button” in YouTube?
Note 1: This question refers to
HTML5 videos only, not Flash videos.
Note 2: Also, it specifically
targets HTML5 video playing on
Android.
Given the following HTML5 video in YouTube:
<div ...
1
vote
1answer
2k views
Overriding Android WebChromeClient's onCreateWindow method results in SIGSEGV
I tried to override the default WebChromeClient in order to get give my application's WebView the ability to open new windows. For this, as instructed in the manual, I'm overriding the ...
2
votes
1answer
1k views
How to hyperlink android html assets when using chrome client?
I have a main page (main.html) in the assets folder that I am displaying with:
webview.setWebChromeClient(new MyWebChromeClient());
webview.getSettings().setJavaScriptEnabled(true);
...
34
votes
1answer
18k views
What's the difference between setWebViewClient vs. setWebChromeClient?
What's the difference between setWebViewClient vs. setWebChromeClient in Android?
