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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
