gpt4 book ai didi

android - 在 android phonegap 应用程序中创建快捷方式

转载 作者:行者123 更新时间:2023-11-29 01:23:35 24 4
gpt4 key购买 nike

我正在尝试使用此插件在主屏幕中创建我的 phonegap android 应用程序的快捷方式:https://github.com/jorgecis/ShortcutPlugin/tree/4c2c01cc2473f4d3af8bfb6809f5d647c0078d72

它说我需要写下一行:

 window.plugins.Shortcut.CreateShortcut("Text to show", successfunc, failfunc );

我的简单应用程序中只有 Index.htmlIndex.js。我应该在哪里添加该行?请帮忙。

最佳答案

您必须等待 deviceready事件以确保所有 Cordova 设备 API 都已加载。

cordova create yourproject 生成的 index.js 中,已经有一个 onDeviceReady 函数。将行放在那里:

onDeviceReady: function() {
window.plugins.Shortcut.CreateShortcut("Text to show", successfunc, failfunc );
},

关于android - 在 android phonegap 应用程序中创建快捷方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35343093/

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