SE Chat Frontend is incompartible with mobile Firefox when I try to write a message.
- Scroll jumps to top when I try to type any symbol in the input box, and input box hides under the keyboard
- If I type something in the box, scroll it into screen (after first bug) and then touch it, then I can scroll content up through white space for the unlimited distance
Some of that bugs were not fixed for years but some were introduced with the recent updates.
I'm a moderator and can't avoid using it.
UPD: I've found out that Android Firefox isn't in the Support List, then I request to add the browser there.
Technically, I guess that's because the layout is simply not aware of dvh CSS property. Probably it's time to respect it in 2025.
dvhthough. Indeed that didn't exist back when the chat code was originally written. I recall trying to detect on-screen keyboards, but it was pretty much impossible. But now that chat might see some work once again, there are probably many chances to handle things better. (I'm not directly involved in those discussions, to be clear. So don't take anything I say as a promise.)dvh: When mod panel to handle a flag appears on the main site page, if I touch it, the dialog may get the touch position incorrectly missing the vertical position. In that case for example If want to accept the flag It may put the selection to decline or vice versa, or select a wrong decline reason (I don't remember exactly the behavior but want to attract your attention there). That's the same "usedvh" issue but on the main site.