browser - How To Open Webpage without addressbar in android -


i use code open browser , open webpage addressbar

string url = "http://www.google.com"; itent = new intent(intent.action_view); i.setdata(uri.parse(url)); startactivity(i); 

but want hide addressbar in webpage

for can use webview. opening default browser have address bar.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -