Re: [I] Disabling WebView remote debugging doesn't work [cordova-android]

2025-02-06 Thread via GitHub
breautek closed issue #1732: Disabling WebView remote debugging doesn't work URL: https://github.com/apache/cordova-android/issues/1732 -- 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

Re: [I] Disabling WebView remote debugging doesn't work [cordova-android]

2024-08-13 Thread via GitHub
ghevge commented on issue #1732: URL: https://github.com/apache/cordova-android/issues/1732#issuecomment-2286709400 I will see when I will find some free time to prune my app down so that I can share it with you. Thanks for now! -- This is an automated message from the Apache Git Servic

Re: [I] Disabling WebView remote debugging doesn't work [cordova-android]

2024-08-13 Thread via GitHub
breautek commented on issue #1732: URL: https://github.com/apache/cordova-android/issues/1732#issuecomment-2286469510 > I am trying to to prevent inspecting the cordova webview. Building the cordova app with --release doesn't work either (This is what I've initially tried ). In my current

Re: [I] Disabling WebView remote debugging doesn't work [cordova-android]

2024-08-13 Thread via GitHub
ghevge commented on issue #1732: URL: https://github.com/apache/cordova-android/issues/1732#issuecomment-2286442983 @breautek ``` cordova plugin ls cordova-plugin-android-permissions 1.1.5 "Permissions" cordova-plugin-geolocation 4.1.0 "Geolocation" cordova-plugin-inappbrowse

Re: [I] Disabling WebView remote debugging doesn't work [cordova-android]

2024-08-13 Thread via GitHub
breautek commented on issue #1732: URL: https://github.com/apache/cordova-android/issues/1732#issuecomment-2286405584 > These are the plugins I'm using: > > ``` > "plugins": { > "cordova-plugin-android-permissions": {}, > "cordova-plugin-geolocation": { >

Re: [I] Disabling WebView remote debugging doesn't work [cordova-android]

2024-08-13 Thread via GitHub
ghevge commented on issue #1732: URL: https://github.com/apache/cordova-android/issues/1732#issuecomment-2286350463 @breautek ``` cordova platform ls Installed platforms: android 12.0.0 Available platforms: browser electron ``` and my config file:

Re: [I] Disabling WebView remote debugging doesn't work [cordova-android]

2024-08-13 Thread via GitHub
breautek commented on issue #1732: URL: https://github.com/apache/cordova-android/issues/1732#issuecomment-2286334384 Can you provide which `cordova-android` version you're using (`cordova platform ls` will state this) and your `config.xml`? -- This is an automated message from the Apach

[I] Disabling WebView remote debugging doesn't work [cordova-android]

2024-08-13 Thread via GitHub
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: According to the SystemWebViewEngine code, this should have worked, but practic