gpt4 book ai didi

javascript - Cordova Google WebView SSL 错误处理程序警报

转载 作者:太空宇宙 更新时间:2023-11-03 14:39:35 27 4
gpt4 key购买 nike

我使用 Ionic Platform 和 Cordova 开发了一个应用程序。在我将它提交到 Google Playstore 后,我收到了关于“安全漏洞”的电子邮件。

This app uses software that contains security vulnerabilities for users or allows the collection of user data without proper disclosure.

Here's how they wanted to address WebView SSL Error Handler alerts.

我尝试使用 AlertDialog.Builder 作为 this link解决了这个问题。

我把代码复制到SystemWebviewClient.java

final AlertDialog.Builder builder = new AlertDialog.Builder(this); 
...

但它不接受“this”作为上下文参数。

你怎么看?

最佳答案

需要通过this.parentEngine.getView().getContext()从SystemWebviewClient的父引擎获取Context。

它对我有用,但我的应用仍然被 Google Play 管理中心拒绝。

关于javascript - Cordova Google WebView SSL 错误处理程序警报,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44366750/

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