mui禁止滚动条和禁止滚动

mui.plusReady(function () {
plus.webview.currentWebview().setStyle({
scrollIndicator: 'none'
});
});
document.addEventListener('touchstart',function(e){e.preventDefault();})

posted @ 2015-11-28 12:22  向着太阳生  阅读(11078)  评论(0)    收藏  举报