问题
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