Is it possible to have Chromium bundled/used for a Linux build ? #5796
-
Hi, Is it possible to have Chromium bundled/used for a Linux build ? Looking at the document it appears it's not supported out of the box But since sideCars are a thing, is there a way to force Chromium rendering engine rather than WebKit on Linux ? (even at the risk of increasing bundle size) Have this been done with Tauri before ? A similar questions was asked before but lacked a bit details #4591 and I have no access to Discord. Kind regards and Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
No. sidecars also don't help at all here. It would basically allow us to bundle a "normal" browser, but we can't use browsers as a tauri backend because we don't have any control over them. For what it's worth, we are somewhat actively researching our own webview which could be based on chromium too. |
Beta Was this translation helpful? Give feedback.
No.
sidecars also don't help at all here. It would basically allow us to bundle a "normal" browser, but we can't use browsers as a tauri backend because we don't have any control over them.
For what it's worth, we are somewhat actively researching our own webview which could be based on chromium too.