breautek commented on issue #856: How to enable WebView for a Cordova Hybrid 
Mobile App?
URL: https://github.com/apache/cordova-android/issues/856#issuecomment-545103494
 
 
   Not exactly sure on what you're asking but if you're trying to use the web 
inspector, the app needs to be built in debug mode, or you need to add 
[android:debuggable](https://developer.android.com/guide/topics/manifest/application-element)
 to your `<application>` tag in the `AndroidManifest.xml`
   
   When this flag is set, the cordova library will allow the webview to be 
debuggable and accept the web inspector remote connection.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to