Replies: 1 comment
-
moved to #13200 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to disable allowsInlinePredictions on the Mac WKWebView, which is part of WKWebViewConfiguration.
WKWebViewConfiguration can only be provided when creating a WKWebView and can't be modified after that: https://developer.apple.com/documentation/webkit/wkwebviewconfiguration
Is it possible to provide a WKWebViewConfiguration to Tauri somehow?
Beta Was this translation helpful? Give feedback.
All reactions