Tagged Questions

A View that displays web pages. This class is the basis upon which you can roll your own web browser or simply display some online content within your Activity. It uses the WebKit rendering engine to display web pages and includes methods to navigate forward and backward through a history, zoom in ...

learn more… | top users | synonyms

25
votes
2answers
5k views

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 does not go all the way across the sky.. um, screen. Instead, it leaves a ...
20
votes
7answers
13k views

WebView and HTML5 <video>

I'm piecing together a cheapo app that amongst other things "frames" some of our websites... Pretty simple with the WebViewClient... until I hit the video. The video is done as HTML5 elements, and ...
16
votes
3answers
4k views

Memory leak in WebView

I have an activity using an xml layout where a WebView is embedded. I am not using the WebView in my activity code at all, all it does is sitting there in my xml layout and being visible. Now, when I ...
15
votes
3answers
9k views

Setting webview background image to a resource graphic in Android

I'm trying to set the background of a webview to a drawable image resource in Android. From the sdk it seems something like this would work but it doesn't. WebView web = (WebView) ...
14
votes
2answers
326 views

PictureListener and onNewPicture() are deprecated - Alternatives?

The Android Developers reference says that both the WebView.PictureListener interface and its onNewPicture() method are deprecated. Fine, but the need to know when WebView renders a picture is still ...
14
votes
4answers
432 views

How to handle “infinite” web pages?

Once upon a time, life was simple: All web pages had finite length and if they didn't fit into the current windows/view size, you'd simply scroll down until you reached the bottom of the page. But I ...
10
votes
1answer
5k views

Android WebView not loading a JavaScript file, but Android Browser loads it fine

I'm writing an application which connects to a back office site. The backoffice site contains a whole slew of JavaScript functions, at least 100 times the average site. Unfortunately it does not load ...
9
votes
4answers
12k views

How to set the initial zoom/width for a webview

I am trying to get the WebView to have similar behavior as the android browser. The browser opens all pages in a way that tries to fit their width to the screen. However, the default behavior of the ...
9
votes
2answers
4k views

How do I pause Flash content in an Android WebView when my activity isn't visible?

I am experimenting with using a WebView to display Flash content inside my activity. Everything is working pretty well, but when the user hits the home key to put the activity into the background, the ...
8
votes
2answers
2k views

Android: problem with debugging javascript in webview

I have some javascript running in WebView, and I want to receive console messages about errors in JS. In accordance with the instructions at http://developer.android.com/guide/webapps/debugging.html I ...
7
votes
2answers
226 views

android webview with https connection and basic auth. How to get this working?

I have researched and researched and researched this until I've gone grey and bald. How on earth do I get a webview to work for a site that needs http basic authentication over an https connection on ...
6
votes
2answers
52 views

youtube video player overlaps the other layout when we scroll

i am developing an application which can play youtube video in webview using iframe. my code is given below : String summary = "<iframe height='" + displayWidth + "' ...
6
votes
2answers
311 views

android mobile twitter page in webview not opening?

I am trying to open twitter page begining with https in webview in android. But it is not opening and blank screen is coming with continous loading. Screen shot is below Edit: In main webview I ...
5
votes
3answers
100 views

WebViewFragment webView is null after doing a FragmentTransaction

I currently have my application set up with a ListFragment on the left and a DetailsFragment on the right (similar to the layout on the tablet below). On the details fragment (fragment next to the ...
5
votes
3answers
141 views

Does WebView need a WebViewClient to work?

I was going through android tutorials and tried out the WebView example. This is what I ended up with: WebAppActivity public class WebAppActivity extends Activity { /** Called when the activity ...
5
votes
2answers
319 views

Scroll webview horizontally inside a ViewPager

I've put a WebView loading an image inside a ViewPager. When I try to scroll the image horizontally I move over to the next view instead of scrolling the image. Is it possible to make it scroll to ...
5
votes
1answer
340 views

Why android webview is much slower than the native android browser?

In my application, i have some external urls to load, for which i am using a custom webview. but the performance of this webview is very very slow. If i open the same url in native android browser, it ...
5
votes
2answers
605 views

can i open camera in webview?

Can I open android camera in webview?
5
votes
2answers
1k views

Android: What does this warning message refer to? - (WebCore)

I have a Gallery which contains WebView's as its children, when I scroll the Gallery I am getting the following warning, '04-07 19:35:37.409: WARN/webcore(664): Can't get the viewWidth after the ...
5
votes
1answer
2k views

How to retrieve HTML content from WebView (as a string)

How do I retrieve all HTML content currently displayed in a WebView? I found WebView.loadData() but I couldn't find the opposite equivalent (e.g. WebView.getData()) How do I get the HTML content ...
5
votes
1answer
2k views

WebView android proxy

I know how to setting proxy manually and to use it in my WebView. Settings -> Wireless Networks ->mobile networks-> access point names->telkila. Now enter the proxy server address and port (which ...
5
votes
3answers
4k views

Android WebView “tel:” links show web page not found

I am trying to get my android webview app to open tel: links to the phone. Every time I open up a telephone link it works great and opens up the phone. However once I am done with my call and go ...
5
votes
1answer
957 views

WebView's restorePicture method - Preventing webview to reload the page

As I say in the topic, I want my WebView to prevent from reloading the webpage when another activity comes to the foreground or just when the orientation is changed. The reason why is because the ...
5
votes
2answers
2k views

Android: How to reference asset images from a remotely loaded html page in webview

I'm trying to load/reference images from the app's assets folder from within a HTML page in a WebView. Unlike in most of the examples the HTML page itself is not located in the assets folder but is ...
5
votes
2answers
745 views

How to make a android WebView load faster?

Anybody has some suggestions to make a webview faster to load the url? In my situation, I am using the jQuery's getScript to load the javascript(s) when needed. Thanks, Sana.
4
votes
1answer
68 views

Working with ePub files in android

I referred this siegmann android tutorial and successfully logged the Title, Author name and Table of contents. Now I read that the whole book can be viewed in WebView. But I don't find any tutorial ...
4
votes
2answers
204 views

Any way to communicate with WebView in Android?

Is it possible to interact with a webview in android trough my native android code? I develop can bus driver for android and I like to send my can bus data to a html 5 app in a webview without ...
4
votes
1answer
276 views

Android ViewPager having WebView is not showing the embeded image with style

I want to show html files of an epub book in webview using ViewPager. The text only files are showing correct but the pages having images are not showing correct(images are not showing). Images will ...
4
votes
1answer
248 views

ERROR/Web Console: Uncaught Error: Too much time spent in unload handler

When I load a url via WebView, I sometimes receive a flood of numerous messages like this: 10-19 19:18:38.056: ERROR/Web Console(6524): Uncaught Error: Too much time spent in unload handler. at ...
4
votes
1answer
222 views

Android WebView VS Phone Browser

I've experienced a LOT of strange behaviours with using WebView in Android and I'm wondering why there are so many diffrences between the WebView and the Browserinstalled on each phone? As an ...
4
votes
1answer
385 views

Simulate Android's Webview on PC's Firefox?

As part of my software development job (for Android), I need to inspect the content of numerous HTML pages when viewed via Android's WebView. So far, I have been able to accomplish that by dumping ...
4
votes
3answers
173 views

What does “block all network load requests” mean?

I am looking for ways to speed up WebView loading and I came across WebSettings.setBlockNetworkLoads() which is described very briefly in the documentation: Tell the WebView to block all network ...
4
votes
1answer
304 views

What is the difference between LOAD_DEFAULT and LOAD_NORMAL for WebSettings?

I have an activity with a WebView and want to cache content. By default, it does not appear to be using the cache. Android's WebSettings has several different cache-related constants. When I set ...
4
votes
2answers
622 views

How do I stop Flash after leaving a WebView?

I have an app that I've put together to stream flash video in a webview when a user clicks a button. It does this fine, but after backing out or losing focus, it looks like it continues to use data ...
4
votes
1answer
572 views

How to stop a WebView launched from SL4A from hiding the notification bar?

I'm building a UI for my little Python SL4A script that uses WebViews, but I find a little annoying that when I launch my WebView from the SL4A script (droid.webViewShow(...)) the Android notification ...
4
votes
3answers
2k views

What does “install Flash plugin” in WebView mean?

In a small WebView app I wrote, I am able to load YouTube and see the picture the represents a video clip, with the familiar right-pointing arrow that is supposed to start playing the video: But... ...
4
votes
1answer
415 views

Android WebView XMLHttpRequest Keepalive

when making XMLHttpRequests in an Android WebView, no keepalive connections are used as it seems. My desktop browsers all use keepalive when the requests are frequently made (eg. XMLHttpRequests ...
4
votes
1answer
843 views

Existent app blowing up with android 3.0 XOOM. ZoomButtonsController Leak?

Unfortunately I don't have a XOOM device and the 3.0 emulator is IMPOSSIBLE to run even on the latest 2011 macbook pro. I have asked one of the users to send me the error logs and the weirdest things ...
4
votes
1answer
5k views

How I get event onclick on webview in android?

I just want to know the when user click on webview other then hyperlink. I On that click i want to show/hide a view of my activity that hold webview. Any suggestion?
4
votes
3answers
3k views

Loading an Android resource into a webview

I have an Android app that displays a comic book. To make use of the built-in zoom controls, I am loading the pictures in a webview like so: webView.loadUrl("file:///android_asset/page1.jpg"); ...
4
votes
2answers
736 views

ListView of WebViews - reusing items of different height fails; asks for all views before displaying any

I have an activity that displays a ListView. Each item in the ListView is a LinearLayout consisting of one WebView. There are potentially hundreds of items in the list and each is a different height. ...
4
votes
3answers
6k views

How to add a Progress Bar in Webview

I am trying to add a progress bar or loading bar to my application which uses webview. I have to application set up to run all the links within the app but i am confused on how to implement a progress ...
4
votes
2answers
579 views

Webview doesnt show Æ Ø Å properly

I have some content on a webpage which contains æ ø å, but my webview cant show them properly. Does anyone know what the problem might be ?
4
votes
3answers
6k views

Problem with loading existing .html file with android WebView

Firstly, happy birthday! I did try samples, demos from Google codes and other resources with WebView, but when i try to do it in my own code, it doesn't work for me. I want to load myfile.html which ...
4
votes
5answers
8k views

Android Webview - Webpage should fit the device screen

I have tried the following to fit the webpage based on the device screen size. mWebview.setInitialScale(30); and then set the metadata viewport <meta name="viewport" content="width=320, ...
4
votes
1answer
1k views

Android 2.2 webview search problem

I have a webview in my activity. Now when I use WebView.findAll() method to search text in webview it is not highlighting the matching words. It works fine in Android 1.6 but is not working in 2.2.
4
votes
1answer
775 views

Is there any way to intercept javascript triggered URL in webview?

Is there any way to intercept javascript triggered URL in a WebView just like normal hrefs using shouldOverrideUrlLoading()?
4
votes
3answers
4k views

Android WebView Changing Backcolor and font color

Yeap. I want to change my ** webview's background color and font size.** How i can for it?
3
votes
4answers
60 views

Json parsing converts html tags to escape sequence

I am fetching few html content from my server for which I am using JSON parsing. But this converts my html content to unicode values. For Eg: <p>Spend minimum $10 (in a single same-day ...
3
votes
2answers
73 views

how to open twitter hash Tag Link in webview?

I am making an android app in which i have to show Hash Tag link of twitter But when i load this in our customized webview it will open in the default browser.Can you help me how to open this in the ...

1 2 3 4 5 14