such as the title.
mui.init({
gestureConfig: {
tap: true, //true
doubletap: true, //false
longtap: true, //false
swipe: true, //true
drag: true, //true
hold: true,//false
release: true//false
},
pullRefresh: {
container: "-sharppullrefresh",
down: {
style: "circle",
callback: pulldownRefresh,
endPulldown:test
},
up: {
height: 10,//.50.
auto: true,//,false.
contentrefresh: "...",//
contentnomore: "",//;
callback: pullupRefresh ,// pullupRefreshajax;
},
},
//
preloadPages: [
//...
],
//
swipeBack: true, //Boolean(false)
//Androidbackmenu
keyEventBind: {
backbutton: false, //Boolean(true)back
menubutton: false //Boolean(true)menu
},
//
beforeback: function () {
//... // ""
},
//
statusBarBackground: "-sharp9defbcg", //,iOS
preloadLimit: 5//(,)
});
this automatic pull-up load can still be performed, and it can be changed to false without automatic pull-up, but callback can"t get in.