Re: [csswg-drafts] [css-media-queries] Orientation does not respect soft keyboard on mobile devices (#3587)

The orientation MQ should be adhering to the layout viewport width/height - as called out in the [Visual Viewport API spec](https://wicg.github.io/visual-viewport/) it's an explicit goal for the OSK to avoid altering layout.

It can't be `device-*` since this won't properly account for windowed environments, split views, multitasking as @jonjohnjohnson calls out.  But I think layout viewport probably matches what @KSCooke is describing.

@KSCooke -- where were you observing this behavior (browser/device)?

-- 
GitHub Notification of comment by ChumpChief
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3587#issuecomment-461122982 using your GitHub account

Received on Wednesday, 6 February 2019 18:00:11 UTC