You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.
Chrome doesn't define standalone attribute on navigator so this doesn't work:
From
Line 166 in f0702fe
this.options.mandatory = this.options.mandatory && ( 'standalone' in window.navigator || this.options.debug );
:
this.options.mandatory = this.options.mandatory && ( 'standalone' in window.navigator || this.options.debug );
The text was updated successfully, but these errors were encountered: