Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ios-webview): loading of local-file dependency #6947

Merged
merged 3 commits into from
Feb 26, 2019

Conversation

imerljak
Copy link
Contributor

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 .

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
@ghost ghost added the ♥ community PR label Feb 20, 2019
@ghost ghost assigned vakrilov Feb 26, 2019
@ghost ghost added in progress and removed ♥ community PR labels Feb 26, 2019
@vakrilov
Copy link
Contributor

vakrilov commented Feb 26, 2019

LGTM!
Thanks @imerljak and also to @gregorywojcik for the original fix.

@vakrilov
Copy link
Contributor

test

@vakrilov
Copy link
Contributor

test

@vakrilov vakrilov merged commit dcad754 into NativeScript:master Feb 26, 2019
@ghost ghost removed the in progress label Feb 26, 2019
m-abs added a commit to Notalib/nativescript-webview-ext that referenced this pull request Feb 26, 2019
@lock
Copy link

lock bot commented Feb 28, 2020

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.

@lock lock bot locked and limited conversation to collaborators Feb 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<img> in webview works on iOS emulator, fails on iOS device
3 participants