Commit eea62ddb authored by JingChao's avatar JingChao

Update main.js

parent 3a7dc252
......@@ -90,6 +90,9 @@ Vue.prototype.$hlsExit = hlsExit
Vue.config.productionTip = true
vum.$vumPlatform.ready(function () {
if (process.env.isMobilePlatform) {
cordova.plugins.Keyboard.disableScroll(true)
}
})
vum.$vumPlatform.registerBackButtonAction(function (e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment