Notalib / nativescript-webview-ext

Nativescript plugin with extended WebView functionality
Apache License 2.0
76 stars 37 forks source link

Fix ios issues #107

Closed tralves closed 3 years ago

tralves commented 3 years ago

PR Checklist

What is the current behavior?

Doesn't work on iOS. See #104. CORS error fetching x-local resources. See #106.

What is the new behavior?

It works on iOS. We can fetch x-local resources.

Fixes/Implements/Closes #[Issue Number]. Fixes #104. Fixes #106.

tralves commented 3 years ago

If anyone needs these fixes while the PR isn't merged, you can use my compiled lib like so

package.json:

"@nota/nativescript-webview-ext": "https://github.com/tralves/nativescript-webview-ext/raw/master/dist/nota-nativescript-webview-ext-7.0.3.tgz",
m-abs commented 3 years ago

Awesome, thank you.

I'll see, if I can publish a new version during the weekend.