Issue
Is caching already enabled in the React Native WebView by default? If not, how can I do it, do I need to use some libraries? Is there a way to check if the WebView is loading from cache, or downloading resources again from the web?
Solution
I doubt that caching is enabled by default.
Have you checked out react-native-offline-cache-webview? I think it can help you out.
Answered By - giotskhada
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.