[android-developers] Re: how to stay in webview without opening new browser window

2008-11-03 Thread hao
anyone? On Oct 26, 8:55 pm, hao <[EMAIL PROTECTED]> wrote: > if i make the webview load a web page, and in that web page i press on > a form submit button, then another browser window is open. How can i > make everything stay in my app instead of opening a new browser window? --~--~-~--~-

[android-developers] Re: how to stay in webview without opening new browser window

2008-11-04 Thread Mark Murphy
hao wrote: > anyone? > > On Oct 26, 8:55 pm, hao <[EMAIL PROTECTED]> wrote: >> if i make the webview load a web page, and in that web page i press on >> a form submit button, then another browser window is open. How can i >> make everything stay in my app instead of opening a new browser window?

[android-developers] Re: how to stay in webview without opening new browser window

2008-11-03 Thread Grace Kloba
Create an implementation of WebViewClient and register it with WebView. That will prevent the default behavior of triggering Browser window. On Mon, Nov 3, 2008 at 8:56 PM, hao <[EMAIL PROTECTED]> wrote: > > anyone? > > On Oct 26, 8:55 pm, hao <[EMAIL PROTECTED]> wrote: > > if i make the webview