gpt4 book ai didi

android - PhoneGap - Android - 在 phonegap 中滑动导航

转载 作者:太空狗 更新时间:2023-10-29 13:14:02 32 4
gpt4 key购买 nike

我正在为 Android 平台制作一个 phonegap 应用程序。在这个应用程序中,我想在多个 html 页面中滑动导航。请告诉我该怎么做。要么在单个 html 页面中完成,要么我必须为此滑动导航创建多个 html 页面。

提前致谢。预报

最佳答案

如果您使用的是 jquery mobile,那么这样做很容易,因为 jquery 支持滑动、向左滑动和向右滑动触摸事件。

滑动

滑动事件,当用户垂直滑动(20 或更少像素)时触发或水平(30 或更多像素)

向左滑动

向左滑动,当用户向左滑动 30 或更多像素时触发

向右轻扫

向右滑动,当用户向右滑动 30 或更多像素时触发

使用这个:

<script>
$("ul").delegate("li", "swipe", function() {
// The user has swiped to the right on a list view item. Show an edit menu.
$(this).find(".menu-edit").show();
})
</script>

关于android - PhoneGap - Android - 在 phonegap 中滑动导航,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10701380/

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