dai wrote: > Does some please let me know how to use webview? > I want to make a webview keep to work wthin in a layout without > opening new web browser when clicking a link tag.
You need to attach a WebViewClient to the WebView and implement shouldOverrideUrlLoading(). In there, load the replacement URL into the WebView. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android 2.0 Programming Books: http://commonsware.com/books
-- 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

