react-native-skia icon indicating copy to clipboard operation
react-native-skia copied to clipboard

Display Density change is ignored (Android)

Open kedikx opened this issue 1 year ago • 0 comments

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:

https://github.com/user-attachments/assets/08a91aaf-1743-482a-8490-8d64ffa7f0cf

kedikx avatar Sep 15 '24 11:09 kedikx