You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a great library and has enabled some powerful dual-monitor functionality for an app I'm developing. One problem I've run into is that a map component behaves unexpectedly when I pop it out into a new window, but the behavior only occurs if the Popout is executed while in fullscreen.
If I use chrome and select Popout, there are two possibilities:
If I am full screen (window maximized), then the popout will be created in a separate tab on the same window
This results in my component breaking
If I am not full screen (windowed), then the popout will be created in a new window
Component works fine
I know with the window.open API, you can specify a width/height or _blank to ensure popout is always in a separate window (not a new tab). Is this feature possible with flexlayout-react? I would like for popout to always trigger a new window even if the user is fullscreen when they click the popout button.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi FlexLayout community,
This is a great library and has enabled some powerful dual-monitor functionality for an app I'm developing. One problem I've run into is that a map component behaves unexpectedly when I pop it out into a new window, but the behavior only occurs if the Popout is executed while in fullscreen.
If I use chrome and select Popout, there are two possibilities:
I know with the window.open API, you can specify a width/height or
_blank
to ensure popout is always in a separate window (not a new tab). Is this feature possible with flexlayout-react? I would like for popout to always trigger a new window even if the user is fullscreen when they click the popout button.Beta Was this translation helpful? Give feedback.
All reactions