[android-developers] webview in android

2013-01-07 Thread laxman k
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

[android-developers] WebView in Android & Direct Download Support

2012-08-27 Thread Martin Eliáš
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

Re: [android-developers] WebView in android 4.1.1 crashes for URLs with a non-standard separation of query parameters

2012-07-17 Thread sven
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

Re: [android-developers] WebView in android 4.1.1 crashes for URLs with a non-standard separation of query parameters

2012-07-17 Thread Mark Murphy
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 >

[android-developers] WebView in android 4.1.1 crashes for URLs with a non-standard separation of query parameters

2012-07-17 Thread sven
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