Cannot Get Remote Webview Debugging To Run On Android 4.4 Trigger.io App
I'm trying to enable remote debugging for WebViews on a Trigger.io app running on Nexus 7 (Android 4.4.3). I've created a native module to set the Webview property with the followi
Solution 1:
Trigger.io natively supports remote debugging for Android > 4.4 so you shouldn't need to create your own custom module.
To enable it you can go to your app config in Trigger Toolkit and enable the checkbox at: Core => Android => Remote Debugging
Alternatively, edit your src/config.json file directly and add the 'remote_debugging' key to the core.android section:
"core":{"android":{"remote_debugging":true,}},
Post a Comment for "Cannot Get Remote Webview Debugging To Run On Android 4.4 Trigger.io App"