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:
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
Post a Comment