-
Notifications
You must be signed in to change notification settings - Fork 936
Local HTML bug #114
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
Labels
Comments
I'm also having this issue, assets won't load from the cache directory. Is there a way to pass the value to the allowingReadAccessToURL parameter of WKWebView? |
There's not but I'm happy to add parameters if someone will tell me what and how to add it (also, PRs are more than welcomed) |
You can add a parameter for
in In FlutterWebviewPlugin.m line 143 or line 193...199
|
charafau
added a commit
that referenced
this issue
Aug 19, 2019
Fix iOS local URL support (fixes #114)
charafau
pushed a commit
that referenced
this issue
Apr 7, 2020
charafau
added a commit
that referenced
this issue
Apr 7, 2020
Fix iOS local URL support (fixes #114)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I loaded an HTML from the sandbox and found that the css file was not loaded. I found a problem after reading the source code. In
FlutterWebviewPlugin.m
line 109If allowingReadAccessToURL is a directory, the css file can be loaded.
Is it possible to add a directory parameter to allowingReadAccessToURL?
Reference:
https://www.jianshu.com/p/663c63db9b0f
The text was updated successfully, but these errors were encountered: