Webkit is totally unstable, so we need to use chromium or firefox instead #8524
Replies: 7 comments 10 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 was also frustrated with certain aspects of webview and found this issue. Especially scrolling performance, transparency and certain electron features. Tauri would be even more awesome, at some cost, if we had option to bundle with chromium. :) |
Beta Was this translation helpful? Give feedback.
-
|
I know this is an old issue, but I would like to let this link here to let anyone know that CEF is pretty advanced and it shouldn't be late to get this released with Tauri. |
Beta Was this translation helpful? Give feedback.
-
|
Many people (actually, most, since computer upgrades are not frequent) use relatively old computers (before 2023). Users can easily upgrade their browsers to support the latest features, but the WebView bound to the computer system is difficult to upgrade, which leads to many compatibility issues. As the project progresses, the severity of this problem has turned out to be far greater than I initially anticipated when evaluating Tauri and Electron, to the point where I have been consistently hesitating whether to switch back to Electron (but there is already a lot of Rust code). I hope the Tauri team can prioritize compatibility with CEF (or other alternatives) as a high-priority task. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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