Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide fullscreen support for mobile devices #195

Closed
offtherailz opened this issue Oct 3, 2015 · 4 comments
Closed

Provide fullscreen support for mobile devices #195

offtherailz opened this issue Oct 3, 2015 · 4 comments

Comments

@offtherailz
Copy link
Member

On mobile devices the navigation bar should be hidden when possible.
See this : http://www.html5rocks.com/en/mobile/fullscreen/?redirect_from_locale=pt
See also how to add the application to the home screen of the device (using it as an app).

@mircobe87
Copy link
Contributor

The addition of tag <meta name="mobile-web-app-capable" content="yes"> in the viewer's index.html page, seems to work on Chrome for Android. If the web app is added to home screen (see Add to Homescreen), after it has been launched, it goes fullscreen.
webapp

An alternative could be this which allows a cross-browser usage of the JavaScript Fullscreen API.

@offtherailz
Copy link
Member Author

So I suggest to :

Did you also take a look to the scroll workaround?

Calbalacrab added a commit to Calbalacrab/MapStore2 that referenced this issue Feb 12, 2016
@offtherailz
Copy link
Member Author

Full screen button is present. To discuss the possibility to add the application to the home page and then allow the application to open without the navigation bar.
See this to understand the difference between fullscreen and add to home page

@tdipisa
Copy link
Member

tdipisa commented Jan 15, 2020

closed for inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants