gpt4 book ai didi

javascript - native 页面转换 + phonegap + cordova

转载 作者:可可西里 更新时间:2023-11-01 13:48:00 24 4
gpt4 key购买 nike

我正在使用原生页面转换做简单的 html 和 javascript..我已经添加了插件:cordova plugin add https://github.com/Telerik-Verified-Plugins/NativePageTransitions ..我遵循博客中的所有步骤..但我的过渡页面无法正常工作..这是我的代码..抱歉我还是新手..

我的代码:

<html>
<head>
<title>2PAGE</title>
<script type="text/javascript">
function slide(href) {
window.plugins.nativepagetransitions.slide({
"href" : "3page.html"
});
}
</script>
</head>
<body>
<button onclick="slide('right', '#3page')">Press Me</button>
</body>
</html>

这段代码是否正确?请帮助我..我按照以下说明进行操作:http://www.telerik.com/blogs/native-performance-in-a-hybrid-app-with-native-page-transitions

最佳答案

根据代码文件,没有默认的 cordova.js 设置,我认为因此这个插件不适合你。

它在我的演示项目中运行良好。

所以请添加

 <script src="cordova.js"></script>

让我知道它是否有效。

关于javascript - native 页面转换 + phonegap + cordova,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39305114/

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