device
device copied to clipboard
[Feature request] Add isStandalone field
isInWebAppiOS = (window.navigator.standalone === true);
isInWebAppChrome = (window.matchMedia('(display-mode: standalone)').matches);
return isInWebAppiOS || isInWebAppChrome