Replies: 4 comments 6 replies
-
Without wanting to hurt your feelings: Don't. Essentially building a browser is very different from building a webview UI where the source is trusted. Building a browser also requires a lot more effort on your end than you might imagine. A browser is almost on-par with operating systems when it comes to complexity. Interestingly enough electron and Tauri are on the same page here. Executing untrusted content in either framework is incredibly insecure and highly, highly, highly discouraged. Edit: If you want to build a Browser, you're much better off doing what Brave or Edge did and use the CEF (chromium embedded framework) directly |
Beta Was this translation helpful? Give feedback.
-
Brave and Edge both build on forked Chromium, but neither use CEF. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to just load a website that is specified to load via tauri? |
Beta Was this translation helpful? Give feedback.
-
Did someone created yet? |
Beta Was this translation helpful? Give feedback.
-
Hi the community,
I like Tauri, and i want to use him everywhere! I think to start a new project which will be a little web browser.
I am really curious about what do you think to start this kind of project with Tauri? Do you see any limitation or concern for this kind of project?
Beta Was this translation helpful? Give feedback.
All reactions