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 2022/11/22 12:04:38 UTC

[GitHub] [cordova] breautek commented on issue #353: Error upgrade api lvl 31 in webview cordova 11

breautek commented on issue #353:
URL: https://github.com/apache/cordova/issues/353#issuecomment-1323561514

   Your ADB output doesn't really show anything relevant (it shows beginning of system boot but sometime before the application initializes Cordova).
   
   However, problems inside the webview generally indicates a logical problem in the application itself. That is Cordova is a packaging tool that loads up web assets into a webview, but from there Cordova is fairly hands off.
   
   I would try using Chrome's web inspector, which may give us further insights on your issue via the JavaScript console. Cordova debug builds have web inspector access enabled, so by using either the simulator or a physical device via USB, you can remotely debug the webview via the Chrome web developer tools.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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