Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding new channel gets funky on Firefox iOS #576

Open
autonome opened this issue Apr 9, 2024 · 2 comments
Open

adding new channel gets funky on Firefox iOS #576

autonome opened this issue Apr 9, 2024 · 2 comments
Labels
T: Bug Type: Bug

Comments

@autonome
Copy link

autonome commented Apr 9, 2024

Edit: apparently now bookmarks saved to homescreen on iOS are opened in default browser, so this was Firefox not Safari - fixed title and description.

Steps to reproduce:

  • open river in Firefox iOS
  • log in
  • click "+ Channel"
  • focus the "Name" input field

Expected: keyboard comes up, and i can see the Name field

Actual:

  • it zooms in, but only the Description field is visible
  • the Name field is outside the viewport
  • try to scroll but cannot
  • pinch does work, and can pinch it down to expected size
@autonome autonome changed the title adding new channel gets funky on Safari iOS adding new channel gets funky on Firefox iOS Apr 9, 2024
@salieflewis salieflewis added the T: Bug Type: Bug label Apr 9, 2024
@salieflewis
Copy link
Contributor

Looks like Apple is doing this intentionally because the font size is not accessible. Gleaning that more or less from this article.

I believe the simplest fix is to bump the font size of the input text to 16px, but that is of course not in accordance with the designs. Not sure if it makes sense right now to devote the time to figuring out which of these hacky workarounds may work for us. Dropping an example of how big a 16px input text is below, albeit none of the surrounding fields were adjusted.

CleanShot 2024-04-10 at 12 14 46@2x
CleanShot 2024-04-10 at 12 15 41@2x

@ioeylim

@ioeylim
Copy link
Contributor

ioeylim commented Apr 10, 2024

Will try to recreate this issue on Firefox!

Echoing what Salief has said – will note and revisit this at a later time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: Bug Type: Bug
Projects
None yet
Development

No branches or pull requests

3 participants