Tagged Questions

A View that displays web pages.

learn more… | top users | synonyms

26
votes
2answers
12k views

android webview click opens default browser

I have a simple problem, i have loaded an external url in my webview. Now wat i need is that wen the user clicks on the links on the page loaded, it has to work like a normal browser and open the link ...
26
votes
7answers
16k views

Android WebView handling orientation changes

Just started working with the webview. The issue is performance following rotation. The WebView has to reload the page, which can be a bit tedious. What's the best of of handling an orientation ...
16
votes
7answers
11k 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 ...
15
votes
2answers
3k views

Flash video not displaying in WebView for Android 3.0.1

I have a simple WebView to display a website with Flash (the Adobe Flash website) -- testing on a Xoom tablet running Android 3.0.1 with newly released Flash 10.2 After referring to every question on ...
15
votes
3answers
15k views

Android Webview - Completely Clear the Cache

I have a WebView in one of my Activities, and when it loads a webpage, the page gathers some background data from Facebook. What I'm seeing though, is the page displayed in the application is the ...
14
votes
2answers
286 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
413 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 ...
14
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
9answers
22k views

Link to resources inside WebView - iPhone

I have a webview in my iPhone application, and I also have some html files inside my Resources folder. When my app loads, I load in a page from my resources into my webview. But , I need to make links ...
13
votes
3answers
1k views

Android WebView Javascript getSelection

I am having some trouble getting the selection from a WebView in Android. I can get the WebView to go into selection mode. I can even get it to copy the text to the ClipBoard. But what I really want ...
13
votes
2answers
2k views

Load an SWF into a WebView

I'm having problems with this. If I go to an SWF directly in the browser, it works fine. If I attempt to use loadUrl on an SWF file it stays blank and loads nothing.
12
votes
2answers
201 views

Open a .webarchive Modify It and Save It

I'm developing an app for Lion and what I want to do is open a .webarchive file, modify a snippet of the DOM, and then write out the modified DOM to the same file. Here is my code thus far. It opens ...
12
votes
1answer
2k views

What do setUseWideViewPort() and setLoadWithOverviewMode() precisely do?

I am disappointed at the lack of documentation of WebView and related stuff. (unless you think the following is propert documetation) public void setLoadWithOverviewMode (boolean overview) ...
12
votes
1answer
2k views

Tapping form field in WebView does not show soft keyboard

I created my own WebView and set the WebChromeClient and WebViewClient objects. When I start this WebView, the HTML form fields react when I touch them (a cursor appears), but they do not get ...
12
votes
4answers
6k views

phonegap: cookie based authentication (PHP) not working [webview]

I'm working on a mobile web-app using sencha touch, HTML5 and phonegap as a wrapper. I'm using PHP-Authentication (Cookie) and ajax-requests. Everything works fine on safari or chrome, but after the ...
11
votes
1answer
4k views

Android webview & localStorage

I have a problem with a webview which may access to the localStorage by an HTML5 app. The test.html file informs me that local storage is'nt supported by my browser (ie. the webview). If you have any ...
11
votes
6answers
6k views

How to listen for a Webview finishing loading a URL in Android?

I have a webview that is loading a page from the Internet. I want to show a progressbar until the loading is complete. How do I listen for the completion of page loading of a WebView?
10
votes
3answers
4k views

Android— PhoneGap/WebView ignores viewport meta tags?

I have a webpage that I'm trying to display on my Android device (loaded from the assets directory of the project) using PhoneGap (which uses a normal WebView set as the "appview"), but the webview ...
10
votes
6answers
7k views

@Android display /res/viewable in WebView

I am throwing HTML to a webview to render. In the HTML I need to load an image that I have in /res/drawable. I have /res/drawable/my_image.png and code such as this: final WebView browser = ...
10
votes
4answers
21k views

Android WebView Cookie Problem

I have a server that sends my android app a session cookie to be used for authenticated communication. I am trying to load a WebView with a URL pointing to that same server and I'm trying to pass ...
9
votes
4answers
3k 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 ...
9
votes
1answer
4k views

Screen blinking when using a webview with flash

Edit: I made a demo apk, so you can understand what I mean: http://cl.ly/3g0s1p030j243y0p3m2F For my application, I want a kind of "Super Power Point", or a keynote (the commercial team will present ...
9
votes
7answers
3k views

Disable zoom when clicking on form fields within a WebView?

I've looked through dozens of pages if similar questions, none of them have any answers, so hopefully this one will be different. I have a webview, and I do not want the zoom of the view to change ...
9
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 ...
9
votes
4answers
11k 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
4answers
4k views

WebView textarea doesn't pop up the keyboard

When I display a WebView, I don't see the soft keyboard popping up. The hard keyboard also doesn't work! What are the usual shortcomings. The code which I use to access the WebView is: package ...
9
votes
8answers
11k views

Android WebView wrap-content

a simple question... Is it possible to Load a URL in a webView and resize it to fit the screen... i Mean i want to make the WebPage small so that the user doesnt need to scroll... IS it possible????
8
votes
2answers
282 views

PictureListener is deprecated and obsolete, is there a replacement?

I would like to be notified when an image has been completely draw on the WebView. Using PictureListener and onNewPicture is a common answer (even suggested by the onPageFinished documentation) to ...
8
votes
1answer
641 views

Flash in an Android WebView - layering issue

I am trying to have interactive buttons in an android WebView that contains flash. As a test, I set up a HTML to load in a flash through with a set x/y size. public class webz extends WebView { ...
8
votes
3answers
2k views

In Android Webview, am I able to modify a webpage's DOM?

Suppose I load a 3rd party URL through webview. public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); webview = ...
8
votes
8answers
6k views

How to use custom font with WebView

Now I want to display some unicode characters and I have used tag: <font face=" Arial">something here</font>. But it seems that WebView can not find the Arial font because I can only see ...
7
votes
1answer
647 views

Android webview, start ACTION_VIEW activity when the url could not be handled by webview

Actually I know how to start the market app by URL filtering with my custom webview client, but I want to make it more generic, that is to check each URL, not only the market url, but also some other ...
7
votes
3answers
6k views

enable/disable zoom in Android WebView

There are some methods in WebSettings related to zoom: WebSettings.setSupportZoom WebSettings.setBuiltInZoomControls I noticed they work differently on some deveices. For example, on my Galaxy S ...
7
votes
1answer
663 views

Has anyone successfully limited the size of their WebView's cache?

I am creating a news reader app that, at times, loads web pages into a WebView. I noticed that with default behavior, the cache can get very unreasonable very quickly. Whether or not Android will ...
7
votes
1answer
312 views

WebView throws Receiver not registered: android.widget.ZoomButtonsController

I see this exception sporadically raising up in my application (in the wild). The WebView is used to display a jpg (using the zoom/scroll-capabilities of the Android version/the device instead ...
7
votes
1answer
11k views

Android Calling JavaScript functions in WebView

I am trying to call some javascript functions sitting in an html page running inside an android webview. Pretty simple what the code tries to do below - from the android app, call a javascript ...
7
votes
3answers
3k views

Fling Gesture and Webview in Android

I have a webview control that needs to support the fling gesture in Android in order to bring up a new record (load new data). This is occuring in a class that extends Activity. All the examples I've ...
7
votes
2answers
2k views

Android - Making Webview DomStorage persistant after app closed

I'm facing a huge problem developing an Android app which use a Webview to display datas. The website i'm using in the webview use localStorage API of HTML 5. To enable this feature i've set the ...
7
votes
6answers
2k views

Is there a way to disable the zoom feature on input fields in webview?

When a user clicks in an input field or textarea, the application zooms in. Is there a simple way to disable it? Currently have the meta tag: meta name="viewport" content="width=device-width; ...
7
votes
1answer
4k views

webView with https loadUrl shows blank page

I used webview to visit https link. the page always show blank. i found the way to dill with it public class WebViewClient extends Object { public void onReceivedSslError(WebView view, ...
7
votes
3answers
4k views

Android Webview POST

I am trying to accomplish something quite simple, yet I have found no good documentation on this. I have a webView, and I need to load a page in it that requires POST data. Seems like a simple ...
7
votes
2answers
8k views

How to Programmatically Scroll Android WebView

I'm trying to programmatically scroll a WebView to the location of a particular element in the DOM tree. But so far I haven't been able to get the WebView to respond to scroll requests. I've tried ...
7
votes
4answers
4k views

Android WebView refusing user input

I'm developing an Android application that uses a WebView to display the login page for Facebook. The page loads beautifully, and I'm able to select the username/password textboxes, but typing in them ...
6
votes
2answers
85 views

How to make my project compatible with different sdk versions while using features for an specific version

I'm developing a project that uses a Flash video within a webview. I solved all my problems regarding to code, but only worked below Honeycomb. Reading this I found out how to solve the problems for ...
6
votes
2answers
116 views

Can I get the current HTML or Uri for the Metro WebView control?

It doesn't appear that the Source property for the XAML WebView control is updating as the user is navigating in the WebView. Is it possible to get either the current Uri or the HTML currently being ...
6
votes
8answers
419 views

Strange behaviour when using WebView and RelativeLayout in fullscreen

EDIT: Here's the video showing the problem: www.youtube.com/watch?v=5ZZsuMH5T9k I'm really stuck here :/ -- I have an activity which consists of a webview and a button at the bottom. I set the ...
6
votes
3answers
287 views

WebView causes SQLiteDiskIOException

I've been getting reports of SQLiteDiskIOExceptions for some time now (via Flurry/acra). I haven't been able to reproduce the issue locally, but it's my most frequent crash, occurring up to once in ...
6
votes
2answers
251 views

UIWebView scrollTo should behave smoothly

I do not know if i asked correctly in Question Title, but here i am going to describe in brief I have an UIWebView and loading the content based on div and each div has unique id on loadRequest. As ...
6
votes
3answers
1k views

Problems loading mobile.twitter in webview

When I try to load the following urls in a Webview all i get is black twitter background with loading spinner. The page is loaded, as WebViewClient.onPageFinished is called. However the page loads ok ...
6
votes
4answers
6k views

Android WebView style background-color:transparent ignored on android 2.2

I'm struggling to create a WebView with transparent background. webView.setBackgroundColor(0x00FFFFFF); webView.setBackgroundDrawable(myDrawable); Then I load a html page with <body ...

1 2 3 4 5 45