It looks like focusing any text field throws an ex...
# compose-web
b
It looks like focusing any text field throws an exception under Firefox on iOS. Is that a known issue by any chance? Otherwise, I’ll open a ticket.
This probably doesn't help, but just to show what I mean by "throws"
(no issue on Safari and Chrome)
o
Hey! Yes, the ticket would help! kodee welcoming
👍 1
o
Do you perhaps know if it's true Firefox on iOS? Or is it still a wrapped Safari?
b
I'm pretty sure that's still the Safari wrapper. But not 100% sure actually? Is it a thing that currently exists? I installed it from the regular App Store, and I'm in Europe.
o
Got it. Yeah, I haven't followed the topic closely. https://www.reddit.com/r/firefox/comments/1td9upn/the_state_of_the_firefox_engine_on_ios/ - relying on this source, FF on iOS is still based on the webkit
👍 1
b
(unrelated to this issue) One thing that's nice with Firefox is that when the keyboard is open, that reduces the size of the viewport, as it should. On Safari, the viewport remains the same size but is pushed up, making some screens unusable 😞
🤔 1
(I'm talking about
<meta name="viewport" content="interactive-widget=resizes-content">
which seems to be ignored on Safari unfortunately)