javascript - Ionic Facebook/Google Login via WIndows Auth-O-lock lib -


i'm porting ionic app android/ios windows 10. works except facebook login. error when attempting ajax facebook login.

unhandled exception @ line 8327, column 3 in ms-appx-web://20591tacticianstudios.quarky/www/lib/auth0-lock/build/auth0-lock.js0x800a0046 - javascript runtime error: permission denied 

functions trigger error:

  ref.addeventlistener('loaderror', errorhandler);   ref.addeventlistener('loadstart', starthandler);   ref.addeventlistener('exit', exithandler); 

full source: https://github.com/tacticianstudios/quarky/blob/master/platforms/windows/www/lib/auth0-lock/build/auth0-lock.js


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -