web-view icon indicating copy to clipboard operation
web-view copied to clipboard

Dual web views within 1 window?

Open PaulHale opened this issue 6 years ago • 2 comments

I would like to build a GUI that has a web view containing links that open web apps / sites within an adjacent web view, all within the same Window.

Is it possible to render multiple web-views within the same window?

PaulHale avatar Jan 07 '19 12:01 PaulHale

Check out #22 for some solutions to this

phase avatar Apr 15 '19 07:04 phase

I would prefer the ability to use windows created e.g. winit as a parent window, rather than it being created and managed by web-view, but that would complicate the API.

Might be worth me doing a spike on, since I'm already working on getting the new chromium edge webview working (I have something unpublished, but it's not at all a good fit for webview-sys)

simonbuchan avatar May 13 '20 01:05 simonbuchan