Feature request: orientation/fullscreen options

Would be nice to have two new options in the build panel:

  • display: “fullscreen”, “standalone”, “minimal-ui”, “browser”
  • orientation: “landscape”, “portrait”, “any” (no-value)

These settings should affect the manifest.json file.

Now, the only way to get it is it to publish it on my own server and change every time the json file.
Would be fine for production, but for testing / developing is a quite slow procedure.

What do you think?

1 Like

But the main pain is not all browser support manifest… See https://caniuse.com/#search=manifest

Yes and it doesn’t work inside the chrome browser itself, but only if I add the website link to the home screen using the chrome menu.
Still is a useful feature and makes the game the most similar to an installed app.