Closed ishika1727 closed 4 years ago
If you're experience a de-sync after a resize, that's because you've set clearOnResize={false}
, meaning you've opted out of the internal resize handling. The de-sync is unrelated to high DPI or not, though that may increase the scale of de-sync.
This is a duplicate of #43
How to handle high DPI screens using this package. While using this package in my code, when I resize it to mobile view is goes like this gif. Please suggest appropriate way to rectify this. @agilgur5