dmnCodes / vue-fb-customer-chat

Facebook Customer Chat Plugin for Vue.js
https://dmncodes.github.io/vue-fb-customer-chat/
MIT License
39 stars 16 forks source link

The component does not work on safari (iOS) #11

Closed leosok closed 4 years ago

leosok commented 4 years ago

Hi, great component, but there is an issue on iOS. Users and Browserstack are consistent about it. I tried your own site, https://dmnwebdesign.github.io/vue-fb-customer-chat/, too. The code from Facebook itself works. I am guessing that you use a version of the SDK which is not the most actual one! Keep up the good work, Leo

leosok commented 4 years ago

I looked into your code: you're loading SDK version: 'v3.0' facebook now uses version: 'v5.0'. I proposed the change.

dmnCodes commented 4 years ago

Hi @leosok, thx for your comment. I've just upgraded SDK Version, but I'm not sure it help in your problem.

leosok commented 4 years ago

@dmnWebDesign, you are right. It's a messenger Bug. A very strange one: when you open a link from inside the Facebook Messenger App (it opens a browser which I suppose is a Web-View) it would not show the Messenger-Chat-Bubble. In a normal Browser Window it worked all the way. But because I sent the link to my friends via messenger they didn't see it. Maybe something to mention in the Docs? Nevertheless good thing to update the SDK. (Issue can be closed!)