ClassiCube icon indicating copy to clipboard operation
ClassiCube copied to clipboard

Entering chat with web client on mobile ios in vertical orientation causes game to get pushed offscreen

Open UnknownShadow200 opened this issue 3 years ago • 3 comments

Seems to be a general issue: https://blog.opendigerati.com/the-eccentric-ways-of-ios-safari-with-the-keyboard-b5aa3f34228d

Note: I've tried asking a user with an iphone to test the game canvas with a style of position: fixed; top 0; and a style of position: absolute; top 0; - issue still occurred both times.

image

UnknownShadow200 avatar Oct 17 '20 02:10 UnknownShadow200

Oh yeah, I noticed this the other day.

EDIT: I guess you could turn off zooming with CSS? It's like -webkit-zooming: false; or something, I can't remember.

TheAwesome98-Real avatar Oct 24 '20 15:10 TheAwesome98-Real

Attempted to disable all zooming before with <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> but that achieved nothing

UnknownShadow200 avatar Oct 25 '20 08:10 UnknownShadow200

Oh by the way, this isn’t only chat. Any input element with type="text" on it (Level name, e.g) does it. Funnily enough, a type="number" box doesn’t do this (such as the hack speed multiplier).

TheAwesome98-Real avatar Oct 31 '20 15:10 TheAwesome98-Real