Disable web Inspector in release mode - bb10 webworks

爷,独闯天下 提交于 2019-12-24 16:26:29

问题


How to disable web inspector in release mode?..I am developing blackberry 10 app using webworks...By default when i open the application the alert "web inspector mode enabled" is showing..can any one suggest some ideas?


回答1:


Just use 2 commands:

1) Build in release mode

webworks build --release -k keypassword

2) Deploy to BB 10 without build option

webworks run --no-build --devicepass devicepassword


来源:https://stackoverflow.com/questions/21773346/disable-web-inspector-in-release-mode-bb10-webworks

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!