Webkit is totally unstable, so we need to use chromium or firefox instead #8524
Replies: 4 comments 4 replies
-
We can't support firefox since there's no firefox based webview library. Chromium via CEF is still not off the table but there's no ETA for that. So if you need good linux support now/soon i can't 100% recommend tauri (for Linux) as of now. (I used to be more "forgiving" but with webkitgtk getting worse/more unstable each release i changed my mind) Side note, we're also working on a servo webview together with igalia. But servo of course won't be able to compete with the normal browsers feature wise anytime soon, if ever. |
Beta Was this translation helpful? Give feedback.
-
I do not need it now, but I need to know if Tauri will be cross plattform in the future. We really need Linux, Windows and Mobile. Is that CEF project already started? |
Beta Was this translation helpful? Give feedback.
-
Just found alcro and lorca: https://github.com/Srinivasa314/alcro/tree/master?tab=readme-ov-file This approach would work without all that cef crap, which is several hundred megabytes. Or is this to unflexible to use for tauri? |
Beta Was this translation helpful? Give feedback.
-
Hey any changes / decisions for |
Beta Was this translation helpful? Give feedback.
-
I am unable to run any serious wasm application with webkit on Linux:
#7154
It also seems that the webkit project does not fix those bugs in reasonable time:
https://bugs.webkit.org/show_bug.cgi?id=259441
So how can I use tauri to make a cross platform app? Any plans to support firefox or chromium?
Beta Was this translation helpful? Give feedback.
All reactions