CoronaTracker
CoronaTracker copied to clipboard
Scrolling issue on Mac
You can scroll the maps two different ways on Mac Catalyst: either by scrolling (two fingers on touchpad or one finger with Magic Mouse), or by dragging. The first one is butter smooth with this app, but the second one conflicts with some gesture recognizer, because the map doesn't follow the movement of the mouse when you press down and drag the mouse button, but jumps to the final position (or goes even further) when you release the button.
I wasn't able to reproduce this issue. I tried panning the map by pressing the mouse button and drag and everything works as expected. Can I see how it looks like for you?
As far as I can tell it can be also something which blocks the main thread, because Corona Tracker can produce constant 100% CPU usage on one core when this happens.
Here is a video about it happening: https://share.icloud.com/photos/07XtA8g0IOZdVo0XS1urIloqQ
Hmm, I tried dragging with two fingers, clicking and dragging on the touchpad and using the mouse, and all work just as expected: https://streamable.com/eb2z8c
I'm not sure frankly what is causing the scrolling issue for you.