Bust out of IFrame #392
-
Hi, I have been trying to see if this was possible. I have a Wasm application that uses Blazored Modal to show floating instruments that the user can move around easily. This work very well, but I have been asked to see if we could be integrated inside a React site and I was wondering if it would be possible for the Modal to " Bust out" of the Iframe and float all over the browser. So far, I can see that I am limited by the Browser view window. Next week I will probably try to play around and test, but maybe someone can give me pointers, if any, or even burst my bubble with a reality check. I appreciate any feedback! Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So I guess its not really feasible, but I have found the way to do it, but it implies we stay in the iFrame, but wrap it in a movable div. So my tool remains a floating one, but needs to be wrapped when in another environment. |
Beta Was this translation helpful? Give feedback.
So I guess its not really feasible, but I have found the way to do it, but it implies we stay in the iFrame, but wrap it in a movable div. So my tool remains a floating one, but needs to be wrapped when in another environment.