cordova - Addthis "Application Error" on a phonegap android app -


i error (image attached) anytime include addthis script in project:

http://s7.addthis.com/js/250/addthis_widget.js

i have whitelisted addthis domains , sub-domains, ideas?

thanks!enter image description here

note doesn't work, won't bring content want share along webpage of social sites, maybe should retract answer

===

i had error too, on android 4.1 (samsung galaxy sii), not on android 2.3 device.

i found work around, work both android versions have here, untested on ios. downloaded addthis_widget.js , looked through file, host names "//ct1.addthis.com" etc (there 6 or 7 urls in there). edited file add appended "http:" start of theses hostnames, , referenced local copy of addthis_widget.js. should 1 @ time make sure doesn't break other things until works you. tested on 4.1 , 2.3 android , doesn't crash, , addthis sharing page comes up.

note don't know enough javascript know root cause of problem within js file, work around works me.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -