mui禁止滚动条和禁止滚动

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

原文地址:https://www.cnblogs.com/toward-the-sun/p/5002479.html