[android-developers] Re: WebView issue?

2009-03-06 Thread Faber Fedor
What's odd about that behavior? IIUC, you're saying "when the user clicks on something, don't do anything". On Fri, Mar 6, 2009 at 1:22 PM, Marc wrote: > > So I've got a WebView, and in its content is a phone number. I > hightlight it and click - voila, taken to the phone app. > > Now, all I d

[android-developers] Re: WebView issue?

2009-03-06 Thread Marc
Hmm... I thought the docs said that returning false means that I haven't handled it and that normal handling would proceed. I might have misunderstood... Marc On Mar 6, 11:10 am, Faber Fedor wrote: > What's odd about that behavior?  IIUC, you're saying "when the user clicks > on something, don

[android-developers] Re: WebView issue?

2009-03-08 Thread Marc
Bump. On Mar 6, 11:22 pm, Marc wrote: > Hmm... I thought the docs said that returning false means that I > haven't handled it and that normal handling would proceed.  I might > have misunderstood... > > Marc > > On Mar 6, 11:10 am, Faber Fedor wrote: > > > What's odd about that behavior?  IIUC,

[android-developers] Re: WebView issue...

2009-03-17 Thread Marc
Bump. On Mar 11, 7:52 am, Marc wrote: > So I've got a WebView, and in its content is a phone number.  I > hightlight it and click - voila, taken to the phone app. > Now, all I do is add this code: >                 wv.setWebViewClient(new WebViewClient() { >                     @Override >      

[android-developers] Re: Webview Issue Displaying 100% Wide Pages

2010-04-13 Thread AITD
I got the same problem as yours. In the example I got for the first time, as I use WebChromeClient as WebViewClient, when setting mWebView.setWebChromeClient(new MyWebChromeClient()); it seems every time I click next, it loads the page to a browser instead of WebView. So it becomes what the pro