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

detachable <webview> element #1682

Closed
gliheng opened this issue May 14, 2015 · 7 comments
Closed

detachable <webview> element #1682

gliheng opened this issue May 14, 2015 · 7 comments

Comments

@gliheng
Copy link

gliheng commented May 14, 2015

Hi,

It would be nice if element can be detached into separate window for rendering. I don't know if this can be done in electron atm.

@eric-nyq
Copy link

I need this feature too.

@zcbenz
Copy link
Member

zcbenz commented May 20, 2015

With current architecture of webview implementation, it is too hard to achieve that. If in future Chrome added the same thing we might try implement this, but for now it is nearly impossible.

@fsamuel
Copy link

fsamuel commented Jun 30, 2015

zcbenz@: in Chrome is built on top of GuestView which supports ripping the content out of the container and attaching it elsewhere. BrowserPluginGuest and GuestViewBase (in Chromium) support Detach + Attach operations.

@anaisbetts
Copy link
Contributor

If it's possible, this would be an amazing feature for us at Slack

@kevinsawicki
Copy link
Contributor

Can this be closed now that #7157 has been merged and a web contents can be moved across webview and windows?

@zcbenz
Copy link
Member

zcbenz commented Nov 17, 2016

I'm good closing this, /cc @paulcbetts for more comments.

@anaisbetts
Copy link
Contributor

Super awesome, close it

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

No branches or pull requests

6 participants