Friday, May 10, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  9] [ 1]  / answers: 1 / hits: 106176  / 14 Years ago, mon, november 1, 2010, 12:00:00

Does anyone know how I can remove the address bar from the Android browser to better view my web app and make it look more like a native app?


More From » android

 Answers
55

You can do that with the next code



 if(navigator.userAgent.match(/Android/i)){
window.scrollTo(0,1);
}


I hope it helps you!


[#95119] Friday, October 29, 2010, 14 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
pranavrorys

Total Points: 466
Total Questions: 87
Total Answers: 115

Location: Barbados
Member since Sun, Nov 27, 2022
1 Year ago
pranavrorys questions
Fri, May 27, 22, 00:00, 2 Years ago
Thu, Oct 28, 21, 00:00, 3 Years ago
Sat, May 30, 20, 00:00, 4 Years ago
Fri, Dec 20, 19, 00:00, 4 Years ago
;