The screenshot says it all - you can’t see what you are typing.
Latest Android Chrome, and the screenshot is taken here at Meta.
The screenshot says it all - you can’t see what you are typing.
Latest Android Chrome, and the screenshot is taken here at Meta.
I can confirm this is happening on meta. I am also on android & chrome
Hello,
I can confirm This is actually happens on all modal where the keyboard show up. I made a quick fix while the fix is coming.
Mobile / CSS
.fixed-modal {
html.keyboard-visible.mobile-device:not(.ios-device) & {
height: calc(100% - env(keyboard-inset-height));
.modal-inner-container {
margin: auto;
}
}
}
Edit: I just noticed now on iPad the html tag not contains the .ios-device
class and this code is activating on iPad mobile view too. So probable a good idea to restrict it to mobile devices. I’ve changed this code.
This should be fixed in:
Thank you @ljpp for reporting this and thank you @Don for coming up with the fix!
This topic was automatically closed after 24 hours. New replies are no longer allowed.