#Tauri tabs

1 messages · Page 1 of 1 (latest)

keen grove
#

Hey all, is there a way for Tauri to create tabs or something similar. I am making an application where the user can have multiple accounts open and would like them to switch between tabs rather than windows.

I imagine there is some way to do this with a single webview but having a separate instance would make things alot simpler.

prime lichen
#

I've been thinking about this too. I haven't tried yet, but I think iframes might work?

full bluff
#

Yeah, since you can't have multiple webviews per window rn iframes are probably the only way to have isolated tabs.