CORS policy: Cross origin requests #38
-
Access to XMLHttpRequest at 'file:///android_asset/book.epub' from origin How can this be solved ? code snippets: webViewState.webSettings.apply { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
Hi! According to this post, we may need to set |
Beta Was this translation helpful? Give feedback.
Hi! According to this post, we may need to set
allowFileAccessFromFileURLs
andallowUniversalAccessFromFileURLs
to true. However, it is not currently open for customization. I apologize for any inconvenience caused by this issue.