#Possible to disable autocomplete for contenteditable divs in WKWebView?
4 messages · Page 1 of 1 (latest)
Looks like I need to disable allowsInlinePredictions on the WKWebView: https://github.com/WebKit/webkit/blob/main/Source/WebKit/UIProcess/API/Cocoa/WKWebViewConfiguration.h
Unfortunately this is only possible by providing a WKWebViewConfiguration when creating the WKWebView and I don't think Tauri provides a way to do that
did you try writingSuggestions="false" as well? May only work on textarea elements but worth a try here as well.