Fabian-Lars

Results 1372 comments of Fabian-Lars

This plugin uses the `identifier` set in tauri.conf.json to identify the related app instances. Are they the same for both of your apps?

i tested it less than a week ago for https://github.com/tauri-apps/plugins-workspace/pull/2410 and didn't see any issues 🤔 Can you share your code and the output of `tauri info`? And if you...

Hello friends, https://github.com/tauri-apps/plugins-workspace/pull/2866 made me suspicious so i finally investigated it myself as well and came up with https://github.com/tauri-apps/plugins-workspace/pull/2871. I expect it to be merged and released quickly but if...

are you sure the old example doesn't work? i used that in one of my test apps not so long ago and it worked. maybe something broke in the meantime...

Just to be sure, you allowed `tauri://localhost/` for ios and `http://tauri.localhost/` for android? We generally can't do anything against `Access-Control-Allow-Origin` errors on our side (we can't make the webview ignore...

Yeah, it used to be the same for me a while back. but some months ago it changed to whatever the hell is going on in the video i posted...

> Probably an issue with Webview2 itself Don't get me wrong, resizing webview2, or chromium in general is incredibly slow, at least if hardware acceleration is enabled. There are just...

> To my knowledge microsoft edge also uses webview2 More like the other way around, webview2 is a modified edge browser, but same thing. > but It feels like It...

Yeah i guess that's a bit better indeed. Though i'm not aware of the possible consequences the change could have, maybe @amrbashir does, and/or maybe we need some more testing...