add-to-homescreen
add-to-homescreen copied to clipboard
Add to home screen call-out for mobile devices
fix error on desktop environment when force show
isMobileChrome looks if 'Android' appears in the navigator name, but there is also Chrome for iOS. Moreover, the message is incorrect for Chrome browsers in iOS, since there is no...
At the moment I have to rely on `` like some cave man :) Would be nice to be able to do `import addToHomescreen from 'add-to-homescreen`.
From the docs of ATH v3 you were saying that the `window.navigator.standalone` property wasn't supported for Chrome and that there was no way of recognizing whether a Chrome user was...
Should be a small issue, my site is black, and I set my text colour to white. The pop-up has white text, contrasting with the white backdrop. I added `.ath-viewport...
Add useInlineAnimation config param to disable inline animations. This should be used whenever you want to define a custom animation for the component. For example use fade in instead of...
The "Add to Home Screen" will appear even if you have already closed it (as well as having a long displayPace) if you double-tap the home button and swipe-to-close-safari followed...
chrome added a CSS conditional that we'd want to check before displaying the message. I added it as part of the "isStandAlone" variable, but maybe that's not the best way?
ios 10 is shown with classname ath-ios-1 rather than ath-ios-10 likely due to substr(0,1) on addtohomescreen.js line 514