cubiq / add-to-homescreen

Add to home screen call-out for mobile devices
http://cubiq.org/add-to-home-screen
2.29k stars 747 forks source link

It don't work with chrome navigator #265

Open anmol27katyani opened 6 years ago

anmol27katyani commented 6 years ago

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