breautek commented on issue #478: URL: https://github.com/apache/cordova-plugin-file/issues/478#issuecomment-967149302
> I checked the chrome debugger to watch for any errors, but it was clean. If the JS console is clean, then it suggests that either the JS isn't loading (perhaps it's waiting on an event or something) or that something is happening on the native side where it creates the webview, but fails to actually load the web assets (in this case, the webview should be in a `about:blank` context.) It's not clear but it sounds like you're having the issue in the android platform. I'd advise opening up your project in android studio and run/debug your app from there, where you have easier access to the native console. Alternatively you can use the `adb logcat` command to watch the native console, but it produces a lot of excess noise and the filtering flags are kinda complicated to use. This is the kind of issue where you'll need to provide a [minimum production app](https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md). If you can't reproduce the issue without third-party frameworks such as ionic / capacitor, then that suggests that the issue doesn't actually rely in the Cordova codebase. -- 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]
