How to detect is the page is running on web app?

Viewed 22

How to detect is the page is running on a web app like 'Add to Home Screen' feature on browsers? Tried searching, but no useful answers.

1 Answers

Fixed:

in manifest.json, added ?mode=webapp in start-url.

Related