ghevge opened a new issue, #1732: URL: https://github.com/apache/cordova-android/issues/1732
I am trying to disable WebView remote debugging on my cordova app, by setting in config.xml the entry: <preference name="InspectableWebview" value="false" /> According to the SystemWebViewEngine code, this should have worked, but practically I am still able to remotely debug the cordova app on my phone. Any idea why is that? I'm basically trying to lock my app so that users cannot get access to the app code. ### What is expected to happen? Should not be able to remote debug the app when InspectableWebview is set to false ### What does actually happen? I am able to remote debug the app when InspectableWebview is set to false ### Environment, Platform, Device Android on Samsung S7 . ### Version information cordova --version 12.0.0 (cordova-lib@12.0.1) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org