我是phonegap的新手。我有一个排列为网格的图像列表(3 * 5)。我需要的是当长按此图像(网格)时,应显示一个弹出窗口。我该如何实现呢?任何人都可以帮我解决这个问题吗?
提前致谢
答案 0 :(得分:0)
您可能希望实现jQuery Mobile来解决您的问题......
$( "img.galleryImage" ).on( 'taphold', function() {
//Do your stuff here...
});
查看jQuery Mobile Documentation here。
您还可以设置调用操作的持续时间。