Chrome Mobile Android [Add to Homescreen]

1

Today I discovered that I can make a page as a native APP, with a shortcut on the homescreen, it opens almost full screen ... I ran a test and it worked, now I need to make it 100% fullscreen, hiding the top bar and from below, on Android 4.3 and 4.4, is that possible?

link

    
asked by anonymous 12.02.2014 / 21:41

2 answers

0

With "hide the bar from above and below" you refer system bars , correct?

The only way to remove them in Chrome for Android was videos : tried to test if it's possible I use this on a website but after testing I saw that no browser supports the codec. Unless someone creates another codec, this idea can not be used.

Another solution is to use Firefox for Android and download the extension " full screen ": this extension allows you to hide system bars.

There's still a third option: use PhoneGap along with the full screen configuration of Android.

    
15.02.2014 / 21:00
1

There should be some similar solution to that found today for iOS devices. In iOS, just add the code below so that when you open the app through the homescreen, it opens in fullscreen.

<meta name="apple-mobile-web-app-capable" content="yes" />
    
21.02.2014 / 20:35