Hey everyone so i have a custom login button which calls Meteor.loginWithTwitter();
like so:
This works great on Chrome, the twitter popup pops up etc.., but on Firefox and IE It doesnt do anything and spits this out in the console:
Error: Permission denied to access property "call"
in
events.js:423:10
Any idea as to whats going on here, and why it works in Chrome but not the others? I went and added the deault login buttons {{> loginButtons}}
just to test and it does work on the other browsers but still outputs the same error.