Auto-resize canvas on android keyboard open #1985
Unanswered
liqueflies
asked this question in
Q&A
Replies: 1 comment
-
i think that's just css, canvas scales to its next relative/absolute parent. if the parent changes size, so will the canvas so you need to find a way to prevent that but i wouldn't know how. |
Beta Was this translation helpful? Give feedback.
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.
-
Hello,
As described above when I open keyboard on Android device it resize the viewport and my component auto-resize the entire scene.
Is there an hack to avoid that?
Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions