gpt4 book ai didi

javascript - 如何在 ios 7 的 cordova 3.9.2 中删除 index.html

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:58:18 27 4
gpt4 key购买 nike

这是在 cordova 应用程序中显示的警报

alert("welcome to all");

当我在 ios 7 中运行应用程序时,它会显示

index.html
welcome to all

要删除 index.html 我使用了 cordova 插件 cordova-plugin-dialogs

document.addEventListener("deviceready",alert,false);
function alert(){
navigator.notification.alert("welcome to all");
}

但它不适合我

请告诉我们一些细节,以便在 ios cordova 应用程序中显示 native 警报。

注意:在这里,我没有调用任何 native 功能,完全是用 HTML、JavaScript 开发的应用程序。只是我们维护了 platforms/ios/www 文件夹 中的所有内容。当我开始在 iPhone 6 设备或模拟器上运行该应用程序时,它会根据 https://www.dropbox.com/s/st5jpq4r0hq0fqk/alert.png?dl=0 显示警报。

最近当我执行应用程序时,我收到的消息

The old format of this exec call has been removed (deprecated since 2.1). Change to: cordova.exec(null, null, "", "",[null,"Notification","alert",["HI am doing testing in alert","Good Job1","Okay1"]]);

最佳答案

要解决警报中加载的标题名称,我们还可以通过在 javascript 中使用自定义插件来使用另一种方法,因此无需使用 cordova 插件

在我的应用程序中,我使用了 javascript 中的 SweetAlert 插件。

SweetAlert 插件,您可以从此链接下载 http://t4t5.github.io/sweetalert/

将插件集成到我们的应用程序中非常容易。

集成后,我们就可以传递这种格式的消息了

swal("Displaying new message using SweetAlert plugin");

关于javascript - 如何在 ios 7 的 cordova 3.9.2 中删除 index.html,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35077684/

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