You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/10/22 18:53:38 UTC

[GitHub] [cordova-android] breautek commented on issue #856: How to enable WebView for a Cordova Hybrid Mobile App?

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org