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

Wordpress plugin Update. #269

Open keenly opened 6 years ago

keenly commented 6 years ago

The Wordpress plugin still work, but would be good if it could be updated. http://cubiq.org/add-to-homescreen-the-wordpress-plugin

The only issue we have is with the action icon not showing on some IOS versions.

I updated the CSS and JS to the latest version v3.2.3

which have gave the following console error: "addtohomescreen.js:553 Uncaught TypeError: Cannot read property 'appendChild' of null at ath.Class.show (addtohomescreen.min.js:553)"

changing this line: this.container = document.body;; To: this.container = document.documentElement;

Fixed the error.

So if anyone out there has the ability to update the wordpress plugin that would be cool.

Thanks.