Skip to content

Instantly share code, notes, and snippets.

@John2496
Last active August 29, 2015 14:15
Show Gist options
  • Save John2496/ca1af638283d577104a8 to your computer and use it in GitHub Desktop.
Save John2496/ca1af638283d577104a8 to your computer and use it in GitHub Desktop.
AddThis events don't fire on mobile (iPhone 6 - iOS 8.1). :[
setTimeout(function() {
// Set arbitrary delay to ensure addthis loads up
addthis.addEventListener('addthis.menu.open', function(evt) {
alert("pls work");
});
}, 10000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment