tauri-apps / tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
https://tauri.app
Apache License 2.0
85.48k stars 2.58k forks source link

[feat] Support for rendering browser bundles #11738

Closed 1057105012 closed 5 days ago

1057105012 commented 5 days ago

Describe the problem

I hope to support bundling with Google Chrome. This is not a step back to electron. Instead, make it an option.

Consider the following design options

  1. The default strategy tests the specified versions of the three rendering engines, taking the lowest one that is compatible with the latest web standards as the benchmark. If not, use Google Chrome (the local version can be bundled, and the default is remote download)
  2. Bundle local browser method

webviewBundler: 'auto' | 'local'

Describe the solution you'd like

no thing

Alternatives considered

No response

Additional context

No response

FabianLars commented 5 days ago

browsers are not webviews or can't be used as ones. There were projects like gluon but afaik they've all given up on it because it turned out not to be a good idea.

we still plan to offer different webviews than the current ones, see https://github.com/tauri-apps/wry/issues/1064 for example.