| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Fixes loading of html dependencies when loading a local file to web view. I've just implemented the code changes in the patch provided by @gregorywojcik [here](NativeScript#6377 (comment)) references NativeScript#6377
|
LGTM! |
Sorry, something went wrong.
|
test |
Sorry, something went wrong.
|
test |
Sorry, something went wrong.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Checklist
What is the current behavior?
When loading a local file on iOS with web-view it fails to load any dependency such as a .js file or image tag on the html file that's being loaded.
What is the new behavior?
Fixes loading of html dependencies when loading a local file to web view.
I've just implemented the code changes in the patch provided by @gregorywojcik here
Fixes #6377 .