Loading local files broken since `11.22.0` on Android (`net::ERR_ACCESS_DENIED`)
See original GitHub issueBug description:
Since version 11.22.0
, it is not possible anymore to load a uri pointing to the file system on Android. The WebView shows an error message.
This
source={{uri: "file:///..."}}`)
leads to this
net::ERR_ACCESS_DENIED
I am aware of the allowFileAccess
setting and have set it to true.
It works fine on version 11.21.2
.
Expected behavior: Uris pointing to file system should load without error.
Environment:
- OS: Android
- OS version: 12
- react-native version: 0.69.6
- react-native-webview version: 11.22.0
Issue Analytics
- State:
- Created a year ago
- Reactions:6
- Comments:9
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can you share a repro? I tried a quick test and it was working for me.
Curious. Thanks for the info.