Titanium JIRA Archive
Appcelerator Community (AC)

[AC-6641] app enables debugging of web layouts and JavaScript code running inside WebViews

GitHub Issuen/a
TypeBug
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sAppcelerator Studio 4.5.0
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsn/a
Reportershishir.roy
AssigneeAbir Mukherjee
Created2020-12-04T10:33:48.000+0000
Updated2020-12-04T18:38:38.000+0000

Description

We have run security checks tools (ZIMPERIUM) for our android app which builds on titanium SDK. Check the below output: This app enables debugging of web layouts and JavaScript code running inside WebViews This app enables debugging of web layouts and JavaScript code running inside WebViews. Details: ti.modules.titanium.ui.widget.webview.TiUIWebView Is it possible this is enabled in release mode as well?

Comments

  1. Joshua Quick 2020-12-04

    Titanium only enables remote WebView debugging when doing a "debug" build of your app. https://github.com/appcelerator/titanium_mobile/blob/master/android/modules/ui/src/java/ti/modules/titanium/ui/widget/webview/TiUIWebView.java#L283-L286 It is not enabled for release/production builds.

JSON Source