gpt4 book ai didi

ios - 加载 Paypal 验证码时 WKWebView 为空白

转载 作者:行者123 更新时间:2023-12-05 01:27:45 32 4
gpt4 key购买 nike

用户可以在我们的应用程序中使用 Paypal 付款。我们在 WKWebView 中打开 Paypal 链接。

但这是登录Paypal后的结果。

enter image description here

当我检查 WKWebView 时,我在控制台中发现了这两个错误:

Refused to load https://www.recaptcha.net/recaptcha/enterprise/... because it does not appear in the frame-ancestors directive of the Content Security Policy.

Failed https://www.recaptcha.net/recaptcha/enterprise/... to load resource: the server responded with a status of 404 ()

我在互联网上没有找到任何关于如何解决这个问题的信息。

谢谢

最佳答案

We open the Paypal link inside a WKWebView.

你不能这样做。来自 the documentation

Do not use a WebView to display PayPal web pages within yourapplication

Your application must not use a WebView or similar custom browsermechanism for display of PayPal web pages. Instead, use an appropriatePayPal SDK to manage the PayPal experience or launch the PayPal webpage within the system browser or an approved browser-view mechanismsuch as Safari View Controller on iOS or Chrome Custom Tabs onAndroid.

--

如果您自己的结账/支付流程发生在 WebView (而不是本地)中,并且您需要从那里打开 PayPal 结账,请考虑使用 a popup bridge (iOS 或 android 版本)这将转换任何 Web 弹出窗口以在 SFVC/CCT 中打开

关于ios - 加载 Paypal 验证码时 WKWebView 为空白,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69211841/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com