Fabian-Lars
Fabian-Lars
Also a bit offtopic but the way we handle getDisplayMedia requests in general is a bit incorrect. We're never actually asking for permissions, the dialog that shows is just the...
Okay, so i went through my old notes from a while ago and together with the new findings i'm fairly confident that the only way to fix both getUserMedia and...
Okay so just like last time i wasn't able to actually get it working (i still had stuff commented out in my comment above 😂 ). I still pushed it...
> I'll continue the research next few days, but if there's no solution, we might need to set a stop-loss point. While i do hope you'll find a solution i...
If we expose the decision handler for `requestDisplayCapturePermissionForOrigin` on the webview builder then this sounds really solid to me. We just have to make it possible for the app's enduser...
https://github.com/tauri-apps/wry/pull/1214
@darkskygit Would you happen to have a minimal reproduction example (or any kind of reproduction)?
Does this only happen with `http` / `https` and other known/native schemes? WKWebView does not allow registering schemes that it already handles by default so it makes sense if it...
Not that i know of. Windows also only works by accident here. Once we drop win7 support tauri will use a different api for the custom protocol which would break...
Tauri serves the frontend via the `tauri://` scheme via the custom protocol webview apis (the same ones that do not allow overwriting existing schemes). Requests to those schemes can be...