Chrome Web App Manifest: Differences Between Display Types
Answer :
When you use standalone
it looks like native app. When you use fullscreen
there is no status bar etc. Probably you want to use standalone
, because fullscreen
has very specific use-case (e.g. gaming).
Comments
Post a Comment