我按照说明将以下内容添加到config.xml中。
<plugin name="cordova-plugin-insomnia" version="4.1.0" source="npm" />
重新启动服务器,重新连接iOS应用程序。我被告知唯一要做的就是致电window.plugins.insomnia.keepAwake()
。这是documentation for the plugin。这只是为了让屏幕保持“清醒”。
所以我将代码包装在trycatch中,错误是:
TypeError:undefined不是对象(评估
window.plugins.insomina
)
看起来它永远不会成功。文档使得看起来像将config.xml的行添加到所需的所有内容,以及phonegap服务器(我正在使用他们可用于开发的服务器/应用程序)。
我是否需要手动移动文件或其他内容,如果是,为什么?