Webmanifest support
Closed this issue · 4 comments
tajnymag commented
For the app to support adding to homescreen, it should include a manifest stating it's capabilities. Probably even a fullscreen option.
I'll forge a pull-request later this day.
robsdedude commented
You mean like those?
- https://github.com/miroof/node-virtual-gamepads/blob/master/public/images/manifest.json
- https://github.com/miroof/node-virtual-gamepads/blob/master/public/images/gamepad_icons/manifest.json
- https://github.com/miroof/node-virtual-gamepads/blob/master/public/images/keyboard_icons/manifest.json
- https://github.com/miroof/node-virtual-gamepads/blob/master/public/images/touchpad_icons/manifest.json
tajnymag commented
Oh, dang it. Yes, that's what I meant.
Well, then it doesn't seem to work on Firefox for Android :D
robsdedude commented
It should work with FF 58 or higher [1].
[1] https://hacks.mozilla.org/2017/10/progressive-web-apps-firefox-android/
tajnymag commented
@robsdedude I know that it should, but I've just tried it on Firefox for Android 60 and it doesn't :D
I'll experiment with different properties on my own and will come back with my findings.