You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the problem that device_preview doesn't emulate the correct touch pointer coordinates for me. They are basically as if I didn't enable device preview and give me the touch coordinates back for e.g. pressing a button on my original display size but not scaled to the phone size. A snippet where this happens is with e.g. GestureDetector and working with the coordinates given by the details object. I use them to have an animation goin off which looks kinda weird.
This issue seems to be related to mine, does anyone have an idea how to get that working?
The text was updated successfully, but these errors were encountered:
Hey everyone,
I have the problem that
device_preview
doesn't emulate the correct touch pointer coordinates for me. They are basically as if I didn't enable device preview and give me the touch coordinates back for e.g. pressing a button on my original display size but not scaled to the phone size. A snippet where this happens is with e.g.GestureDetector
and working with the coordinates given by the details object. I use them to have an animation goin off which looks kinda weird.This issue seems to be related to mine, does anyone have an idea how to get that working?
The text was updated successfully, but these errors were encountered: