mui.plusReady(function () {
plus.webview.currentWebview().setStyle({
scrollIndicator: 'none'
});
});
document.addEventListener('touchstart',function(e){e.preventDefault();})
2023-12-01 23:52:16
mui.plusReady(function () {
plus.webview.currentWebview().setStyle({
scrollIndicator: 'none'
});
});
document.addEventListener('touchstart',function(e){e.preventDefault();})