Fabian-Lars

Results 1354 comments of Fabian-Lars

Damn, that's unfortunate. They just introduced webgl2 support in webkitgtk 2.40 so it either broke something or their webgl2 implementation isn't quite compatible with threejs or something? 🤔 I'm gonna...

As far as I understood it this is not related to the shell plugin but the native WebView behavior. Basically what I had in mind was to listen to the...

Probably should have included the error in https://github.com/tauri-apps/tauri/issues/8750 lol. but yes, we agree that it's too hard on the ipc and will look into it. (that said, i don't see...

Something i didn't think about, this also seems to trigger https://github.com/tauri-apps/tauri/issues/8177

There are no updates. Can you compare the behavior with `tauri dev --release` (if you use npm it needs another -- `npm run tauri dev -- --release`)? If it is...

I'm not super happy with it either, at least with how it currently is implemented and how less of an effect it has on a multiwebview app, but I disagree...

Can you try updating your rust/cargo version first? 1.58 is too old to build a tauri app and most of its dependencies anyways, but i hope it also causes this...

@smir-ant Are you trying to run a local file instead of a remote one? if it works in dev and not in build it sounds like https://github.com/tauri-apps/tauri/issues/3725 to me. If...

tauri > bundle > appimage > bundleMediaFramework example: https://github.com/openai-translator/openai-translator/blob/5ce92204bbe81388b2c8fe597e2270f33975f88d/src-tauri/tauri.conf.json#L42