Will my tauri desktop app still work if a user doesn't have any browsers installed on their machine? #10009
-
Haven't been able to test it because i'm on mac and it is not possible to delete Safari afaik |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Jun 8, 2024
Replies: 1 comment 1 reply
-
Yes, the webviews are seperate from browsers on all platforms. On some platforms under some conditions webviews and browsers will share some of their components (== saving disk space) but uninstalling browsers will not remove the webviews that tauri uses. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nooblyf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, the webviews are seperate from browsers on all platforms. On some platforms under some conditions webviews and browsers will share some of their components (== saving disk space) but uninstalling browsers will not remove the webviews that tauri uses.