Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

It don't work with chrome navigator #265

Open
anmol27katyani opened this issue Sep 4, 2017 · 0 comments
Open

It don't work with chrome navigator #265

anmol27katyani opened this issue Sep 4, 2017 · 0 comments

Comments

@anmol27katyani
Copy link

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 );

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant