[android-developers] Re: unable to see # in webview

2008-12-05 Thread Jon
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

[android-developers] Re: unable to see # in webview

2008-11-18 Thread joshv
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

[android-developers] Re: unable to see # in webview

2008-11-16 Thread [EMAIL PROTECTED]
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); > >      

[android-developers] Re: unable to see # in webview

2008-11-16 Thread [EMAIL PROTECTED]
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

[android-developers] Re: unable to see # in webview

2008-11-15 Thread sori
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 #