nativescript-community / ui-webview

Extended WebView which adds many options such as custom scheme handlers, JavaScript execution, URL capturing, and more.
Apache License 2.0
13 stars 7 forks source link

android webview not loading local webpage anymore #20

Closed ray007 closed 3 weeks ago

ray007 commented 3 weeks ago

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

My app uses a webapp, which is distributed as part of the mobile app. The source for the webview then is ~/mywebapp/index.html. This worked fine when I last built it a few weeks ago, and it still works fine on iOS.

Connecting to the webview with chrome dev tools, I see an error on the console: image

Did anything change recently, that might explain this? I do remember doing an android upgrade recently on the phone, but didn't expect it to break anything...

ray007 commented 3 weeks ago

Seems I have a build problem, closing for now.