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

Display Density change is ignored (Android) #2635

Open
kedikx opened this issue Sep 15, 2024 · 0 comments
Open

Display Density change is ignored (Android) #2635

kedikx opened this issue Sep 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kedikx
Copy link

kedikx commented Sep 15, 2024

Description

It seems react-native-skia ignores the fact of 'display density change' possibility on Android.

Yes, this might be quite rare case of change-density-on-the-fly, but completely ruins user experience and overall impression about application quality once faced with the case.

Unfortunately, I am not on that level of understanding RNS source code to propose a solution, but I will be happy to do my best to figure out and verify a one.

Current workaround is only: "stop engine, get out of the car, lock the doors, then unlock the doors, get in and try to start it again".

Version

1.3.13

Steps to reproduce

  1. run rns-density test app (repository linked)
  2. change "display size" in android settings
  3. switch back to the app
  4. check elements position/size on screen

Snack, code example, screenshot, or link to a repository

Test app repository:

https://github.com/kedikx/rns-density/

Screen recording:

rns-density.webm
@kedikx kedikx added the bug Something isn't working label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant