在我的jquery移动应用程序中,我有来自他们网站的代码,可以检测到滑动,以便使用swipes打开面板。这是代码:
function swipePanel(pageId, leftPanelId) {
$( document ).on( "pageinit", pageId, function() {
$( document ).on( "swipeleft swiperight", pageId, function( e ) {
// We check if there is no open panel on t