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.
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.
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
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.
The text was updated successfully, but these errors were encountered: