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?
Attach a WebViewClient, implement shouldOverrideUrlLoading(), and handle retrieving and showing the page yourself. -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

