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

Embed iframe directly to canvas #250

Closed
dsepulvedar opened this issue Jan 7, 2022 · 3 comments
Closed

Embed iframe directly to canvas #250

dsepulvedar opened this issue Jan 7, 2022 · 3 comments
Labels
need investigation need investigation

Comments

@dsepulvedar
Copy link

Is it possible (or maybe will it be possible) to embed an iframe directly into the canvas?
As of today, one can load an iframe through the on-click event option of a general shape but not directly into de canvas.

I'll appreciate if anyone could shade some light into this.

@harli91
Copy link

harli91 commented Jan 8, 2022

it should be possible to copy all the elements from a view to another view

@unocelli
Copy link
Member

unocelli commented Jan 9, 2022

Hi,
@dsepulvedar interesting feature, need to be investigated because the iframe would be inserted in <foreignObject> svg element.
@harli91 select the elements / CTRL-C / CTRL-V

@unocelli unocelli added the need investigation need investigation label Jan 30, 2022
unocelli added a commit that referenced this issue Feb 6, 2022
unocelli added a commit that referenced this issue Feb 6, 2022
@unocelli
Copy link
Member

This works in the latest version. let me know if you have any issues.

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

No branches or pull requests

3 participants