英文:
Opening PWA from FB app in external browser
问题
我们有一个与Facebook广告链接的PWA。问题是,当从FB应用程序中点击广告时,它会在FB的内置浏览器中打开PWA,该浏览器不支持PWA功能。
问题: 有没有办法从FB帖子中打开PWA,或者有没有解决这个问题的方法?我已经尝试使用动态链接,但链接也在FB应用程序的内置浏览器中打开。
英文:
We have a PWA linked to the Facebook advertisement. The problem is when clicking the advertisement from the FB app, it opens the PWA with FB's internal browser which doesn't support PWA features.
Question: Is there a way to open the PWA from FB post or any workaround for the problem? I have tried with dynamic links, but the link is also open in FB app internal browser.
答案1
得分: 5
抱歉,无法控制Facebook应用程序的行为方式。相反,它们允许用户选择是否在外部打开链接。用户可以进入设置 - 媒体和联系人 - 在外部打开链接来禁用此选项。
参考链接:https://countdownwebdesign.com/quick-tip-open-facebook-links-in-chrome/
英文:
Unfortunately, there is no way you can control how Facebook app behave. Instead, they allow user to choose whether to open link externally. User can go Settings -> Media & Contacts -> Links open externally to disabled the option.
Reference: https://countdownwebdesign.com/quick-tip-open-facebook-links-in-chrome/
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论