Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow more than one BrowserView per BrowserWindow #16181

Closed
pr0gr8mm3r opened this issue Dec 23, 2018 · 3 comments
Closed

Allow more than one BrowserView per BrowserWindow #16181

pr0gr8mm3r opened this issue Dec 23, 2018 · 3 comments

Comments

@pr0gr8mm3r
Copy link

Is your feature request related to a problem? Please describe.
For the app I'm creating, I'd need to have the ability to add multiple BrowserViews to my BrowserWindow (I want to use the performance advantage of multiple threads).

Describe the solution you'd like
I'd like to be able to add multiple BrowserViews to a single BrowserView

Describe alternatives you've considered

  • I tried to use individual hidden windows, as only one of the views has an UI that's visible to the user, and it worked fine. The thing is that it's harder to manage these windows then (close them all when ui closes, ...). Also, other developers might need multiple UIs in a single window
  • webview doesn't allow me to have multiple threads
@welcome
Copy link

welcome bot commented Dec 23, 2018

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

To help make it easier for us to investigate your issue, please follow the contributing guidelines.

@kwonoj
Copy link
Contributor

kwonoj commented Dec 23, 2018

isn't this #16148 ?

@pr0gr8mm3r
Copy link
Author

Yes, I'm sorry. Just searched through issues, not PRs...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants