(no title)
krisknez | 9 months ago
I am wondering why rendering differences between different platforms are such an issue? When building web apps, you face the same challenges, so I would assume it wouldn't be much different.
krisknez | 9 months ago
I am wondering why rendering differences between different platforms are such an issue? When building web apps, you face the same challenges, so I would assume it wouldn't be much different.
yojo|9 months ago
Tauri does not bundle chrome with your app. This makes the bundle size much smaller. But the tradeoff is you end up rendering in whatever the default web view browser is. On Mac this will be some version of Safari (depending on MacOS version), and on Windows it will be some recent-ish Edge thing. Tauri actually has a nice page breaking this down: https://v2.tauri.app/reference/webview-versions/
This also means that a new OS release can change how your app is rendering, so a user can conceivably have a UI bug appear without updating your app.
ameliaquining|9 months ago
skydhash|9 months ago
fmbb|9 months ago
The question is not if Electron feels better for developers because it renders consistently.
The question is if that matters. Is it a big issue? Does any user actually care?
fmbb|9 months ago
They build in Chrome and test with Chrome and then the test of the week they whine about Firefox and Safari.
SoftTalker|9 months ago
pjmlp|9 months ago
int_19h|9 months ago