how to clear previously loaded content of webview in android
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-deve
Hi gals and guys!
I've came across many unsolved issues regarding WebView with support for
downloading files in Android.
Here's the code (whole MainActivity.java) for simple WebView:
package com.webview.downloader;
import android.annotation.SuppressLint;
import android.app.Activity;
import a
Hi Mark,
sorry for posting at the wrong place. I've created issue 35100
(http://code.google.com/p/android/issues/detail?id=35100)
Best regards
Sven
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to a
You are welcome to file this as a bug report/feature request on b.android.com.
On Tue, Jul 17, 2012 at 9:22 AM, sven wrote:
> Hi Guys,
>
> another problem with the new WebView in Jelly Bean (4.1.1): An app using the
> WebView crashes, when opening an URL that separates its query parameters not
>
Hi Guys,
another problem with the new WebView in Jelly Bean (4.1.1): An app using
the WebView crashes, when opening an URL that separates its query
parameters not using the ampersand character ('&') but e.g. a semi colon
(';').
Reproduce:
1) Call the following URL in a WebView:
http://www.he
5 matches
Mail list logo