Sign in with Linkedin doesn't trigger callback on iOS Safari when using the JS API

后端 未结 2 2017
醉酒成梦
醉酒成梦 2021-01-17 23:50

I\'m using SignIn with Linkedin on a website, via the JS API. It works fine on the few desktop browsers I\'ve tested (Chrome and FF on Windows, Safari on MacOS), and on a sl

2条回答
  •  被撕碎了的回忆
    2021-01-18 00:35

    Unfortunately, LinkedIn's JS SDK is incompatible with iOS 5+ due to the way that Javascript is paused during cross-window communication processes. You will need to fall back to server-side REST calls to ensure 100% platform compatibility.

提交回复
热议问题