I was trying to debug this for hours until I stumbled across this
post. Thanks, loadDataWithBaseURL works.
Is that intended functionality in loadData? It should definitely be
documented if so, very annoying.
On Nov 18, 9:27 am, joshv <[EMAIL PROTECTED]> wrote:
> UseWebView.loadDataWithBaseURL, u
Use WebView.loadDataWithBaseURL, use "dummy" for the base URL if your
HTML is locally generated. WebView.loadData, for some bizarre reason,
munges the entire HTML document into a URL using the data: scheme.
The url encoded clobbers %'s and #'s.
On Nov 15, 1:29 pm, "[EMAIL PROTECTED]" <[EMAIL PRO
I have the similar problem with % (%).
On Nov 15, 1:00 pm, sori <[EMAIL PROTECTED]> wrote:
> I have the same problem and cannot find a solution. Any help?
> -sori
>
> On Nov 6, 7:47 am, vel <[EMAIL PROTECTED]> wrote:
>
>
>
> > finalWebViewwv = (WebView) findViewById(R.id.msgs);
> >
Please replace # with %23
On Nov 15, 1:00 pm, sori <[EMAIL PROTECTED]> wrote:
> I have the same problem and cannot find a solution. Any help?
> -sori
>
> On Nov 6, 7:47 am, vel <[EMAIL PROTECTED]> wrote:
>
>
>
> > finalWebViewwv = (WebView) findViewById(R.id.msgs);
> > wv.loadDat
I have the same problem and cannot find a solution. Any help?
-sori
On Nov 6, 7:47 am, vel <[EMAIL PROTECTED]> wrote:
> finalWebViewwv = (WebView) findViewById(R.id.msgs);
> wv.loadData( "#", "text/html",
> "utf-8");
>
> nothing is displayed in thewebviewand once we try to load a #
5 matches
Mail list logo