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

Increasing text zoom size on mobile devices does not uniformly increase text size in Ramp components #724

Open
elynema opened this issue Nov 7, 2024 · 2 comments
Assignees

Comments

@elynema
Copy link

elynema commented Nov 7, 2024

Description

Testing Ramp in avalon-dev. Increasing the text size in the Safari browser seems to increase text size in only certain Ramp components. Which components are affected seems to differ between iPad/iPhone and Android.

This behavior is not seen when zooming the browser in Chrome or Safari on desktop.

On iPhone or iPad (ios17):

  1. Load https://avalon-dev.dlib.indiana.edu/media_objects/3j3332278 in Safari
  2. Click the AA icon on the far left side of the address bar
  3. Increase text zoom to 150% or 200%
  4. Scroll down and you can see that the media object title and sections did increase size, but the Details text did not.

screenshot-iPad Air 6-17.0 (1).png

On Android Device (Google Pixel 8 or Samsung Galaxy S24, OS 14):

  1. Load https://avalon-dev.dlib.indiana.edu/media_objects/3j3332278 in Chrome
  2. Click the three vertical dots to the right of the address bar
  3. Scroll down and click Settings, then Accessibility.
  4. Slide the slider at the top to 200% to scale text up
  5. Go back and reload the web page
  6. Scroll down and you can see that the media object title and sections did not increase to 200% size, but the Details and Transcript text did.

screenshot-Google Pixel 8-14.0 (2).png

Not sure if this is a bug or if we need to discuss possible solutions. It does seem like all text should increase in size uniformly to meet the WCAG requirements.

@Dananji
Copy link
Collaborator

Dananji commented Nov 13, 2024

Sometimes all CSS properties are not supported in every browser/platform combination. This could probably be fixed by using browser specific CSS for these components.
We need to update the CSS and test across different platforms including desktop browsers, as these changes can affect them.

@Dananji Dananji self-assigned this Nov 21, 2024
@Dananji
Copy link
Collaborator

Dananji commented Nov 21, 2024

Zooming in on iPhone 13 Pro Max v18.0:

Tested page: https://avalon-dev.dlib.indiana.edu/media_objects/3j3332278

On iPhone or iPad (ios17):
Scroll down and you can see that the media object title and sections did increase size, but the Details text did not.

From what I observed the text sizes are increasing in the Details tab, but the font sizes for different components are not the same to begin with. Notice how the font-size of structures are bigger than metadata display at the start of the screen recordings below. And this was observed in Android devices I tested on Browserstack as well.

On iPhone 13 Pro Max on iOS v18.0:

Screen.Recording.2024-11-21.at.3.51.21.PM.mov

On iPad Pro 13 2024 on iOS v17.5:

Screen.Recording.2024-11-21.at.4.26.18.PM.mov

On Android Device (Google Pixel 8 or Samsung Galaxy S24, OS 14):
Scroll down and you can see that the media object title and sections did not increase to 200% size, but the Details and Transcript text did.

I was not able to reproduce this for Samsung Galaxy S24 Ultra on Android v14.0, Samsung S24 on Android v14.0 , and Google Pixel 8 on Android v14.0.

On Samsung S24 on Android v14.0:

Screen.Recording.2024-11-21.at.4.19.52.PM.mov

The same item on Ramp demo site on iPad Pro 13 2024 on iOS v17.5:

Screen.Recording.2024-11-21.at.4.33.12.PM.mov

It seems on Ramp demo site the text size increase with zooming-in more consistent than what we are seeing on avalon-dev. Observed this on both iPad and Google Pixel 8.

A possible starting place: the font-sizes of the components could possible be affected by other CSS (un-scoped) in the Avalon context, resulting in the inconsistency of the text size increases in different components?

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

No branches or pull requests

2 participants