1. 程式人生 > >mui 隱藏滾動條

mui 隱藏滾動條

/*隱藏滾動條*/
mui.plusReady(function() {
	plus.webview.currentWebview().setStyle({
		scrollIndicator: 'none'
	});
});