We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
trying to build my app n Android Target SDK 33
cannot find symbol webView.getSettings().setAppCacheEnabled(appCacheEnabled); ^ symbol: method setAppCacheEnabled(boolean) location: class WebSettings
i can not downgrade my Target is there is a way to fix this ?
The text was updated successfully, but these errors were encountered:
Copied locally, changed to
webView.getSettings().setCacheMode((appCacheEnabled) ? WebSettings.LOAD_DEFAULT : WebSettings.LOAD_NO_CACHE);
Copied from https://github.com/react-native-webview/react-native-webview/pull/2583/files/f19acb21bb44b417bf2a51ddeb02d4b52d81ef44#diff-e9700631fc9fa5600d2e1ee70eb2d28aa2a1fbc695b85f99981972d3904ca485
Sorry, something went wrong.
No branches or pull requests
trying to build my app n Android Target SDK 33
cannot find symbol webView.getSettings().setAppCacheEnabled(appCacheEnabled); ^ symbol: method setAppCacheEnabled(boolean) location: class WebSettings
i can not downgrade my Target
is there is a way to fix this ?
The text was updated successfully, but these errors were encountered: