Replies: 3 comments
|
This will ends up in the same situation when the window was dragged to the upper corner. What we need is a resize listener + orientationchange listener to bring back window into the available viewport. |
0 replies
|
Somehow we need to bring the window back to bottom when |
0 replies
|
This should be fixed now. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If I use mobile and drag window to bottom of page and turn mobile to landscape the
window does not show. Sometimes it would be idea to measure the position from
bottom of screen instead top.
If I create the window with y: "bottom" and turn the mobile landscape, the window does not show either.
Would it be idea to measure y-coordinate from bottom of screen if started by y: "bottom"?
All reactions