i am developing one android application, in which , i need to open the url on the default browser.But i don't want to show the browser's address bar.How to solve the problem? Thanks for any help.
Asked
Active
Viewed 4,380 times
4
-
2Try this [Removing address bar from browser (to view on Android)](http://stackoverflow.com/questions/4068559/removing-address-bar-from-browser-to-view-on-android). If it doesn't, why not use a WebView in your own app? Much simpler that way. – Siddharth Lele Jul 23 '13 at 05:25
-
You can use WebViewClient for the WebView. – Paresh Mayani Jul 23 '13 at 05:25
-
I think you are looking for web page inside your application so just try my answer. – Manish Srivastava Jul 23 '13 at 05:27