Disable Chrome debugging for Cordova Release App -


i tend debug cordova app using chrome , safari's "inspect on device" type features, i.e. in chrome bottom option in menu:

"inspect devices" in chrome

for release version of app though i'd people dev mode devices not able inspect js source of app in cordova's web view. can't find documenting it, know if it's possible disable this?

if cordova build --release inspect disabled

update: since cordova 5.0.0 build system uses gradle. see thread more info: specify signing config gradle , cordova 5


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -