gpt4 book ai didi

javascript - 使用 XDK apprate 不起作用

转载 作者:太空狗 更新时间:2023-10-29 14:03:42 24 4
gpt4 key购买 nike

我将 org.pushandplay.cordova.apprate 与 XDK for Android 结合使用。它只是行不通。也许这是一个语法问题,但我无法弄清楚。我已经搜索了很多论坛,但没有足够的答案。

这是我的做法:

我安装了 org.pushandplay.cordova.apprate 插件,最新版本。

我将以下代码放在文件 js/app.js 中:

function rateButton() {
var customLocale = {};
customLocale.title = "Rate this App";
customLocale.message = "Rate this App 5 star if you found it useful!";
customLocale.cancelButtonLabel = "No, Thanks";
customLocale.laterButtonLabel = "Remind Me Later";
customLocale.rateButtonLabel = "Rate It Now";
AppRate.preferences.openStoreInApp = true;
AppRate.preferences.storeAppURL.android = 'market://details?id=com.my.project';
AppRate.preferences.customLocale = customLocale;
AppRate.preferences.displayAppName = 'My Project';
AppRate.preferences.usesUntilPrompt = 1;
AppRate.preferences.promptAgainForEachNewVersion = false;
AppRate.promptForRating(true);
};

在 html 文件中,我放置了以下内容:

<button onclick="rateButton()" class="btn btn-primary" type="submit">Rate the app</button>

当我点击按钮(在构建的应用程序中)时,没有任何反应。我是否必须指出在哪里可以找到该功能?我必须承认我对 Javascript 语法不是很熟悉,但我研究了一些指南,但我找不到我的错误。

最佳答案

非常感谢 krisrak。有用!

实际上唯一缺少的是引用 cordova.js 的行。

我不知道的是,在放置该代码时会自动生成 cordova.js。 XDK给我留下了深刻的印象。如果他们只在文档上投入更多时间...

关于javascript - 使用 XDK apprate 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34051120/

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