[android-developers] Re: Question regarding WebView

2008-07-05 Thread Brother
Great, thanks. That works fine, the focus stays on the web site that is passed via the shouldOverrideUrlLoading methos and any other links after this stay within the original webview. Olivier On Jul 3, 9:06 am, Mark Murphy [EMAIL PROTECTED] wrote: When I pass a URL to the WebView, the content

[android-developers] Question regarding WebView

2008-07-03 Thread Brother
Quick question, I have started to play with the WebView and inserted one in a LinearLayout just below another LinearLayout containing some other widgets (buttons, text fields...) All work fine. When I pass a URL to the WebView, the content gets correctly displayed. Now when I click any links in