I want to run my web application, which I programmed with HTML5, in full screen on Android. (hide status bar and address / navigation bar)
for iOS you only write:
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="viewport" content="width=device-width, initial-scale=1.0">
But this did not work on Android.
There are many solutions with Javascript, but all the solutions I tried do not work.
Does anyone know a solution?
javascript android html5 web-applications
user959456 Sep 22 2018-11-18T00: 00Z
source share