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

add mobile web app support for Chrome on Android #62

Merged
merged 3 commits into from
Feb 18, 2016
Merged

add mobile web app support for Chrome on Android #62

merged 3 commits into from
Feb 18, 2016

Conversation

kiwikern
Copy link
Contributor

I added support for a real webapp feeling on Android phones according to the Chrome Developer Guide.

I might later add the more recent manifest.json version of this, but this was the quicker fix and it works just like a charm. 😉

@kiwikern
Copy link
Contributor Author

Also, grunt-processhtml was missing as a dev-dependency in the package.json.

@jaedb
Copy link
Owner

jaedb commented Feb 18, 2016

Awesome, good spotting! It might be worth forcing full-screen too - thoughts? For example:

<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">

jaedb added a commit that referenced this pull request Feb 18, 2016
... hah, I see you've already accommodated the Android fullscreen metatag!
@jaedb jaedb merged commit 9b737b1 into jaedb:master Feb 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants