@TauriApps hi, I'm trying to open a link in reader mode in a windows app which as far as I can tell requires prefixing the URL with "read:". If I do that Tauri tries to open it as a local resource with a munged URL and I get "Not allowed to load local resource: read://http//www....". Is there a way around this? #tauri #tauriapps #rustlang #webview #webview2
#tauri #tauriapps #rustlang #webview #webview2
@TauriApps hi, is it possible for the tauri::State to hold a mutable struct? I am getting "cannot borrow as mutable" when I try to call a mut fn on the struct in the state. #rustLang #tauriapps