NWACus / avy

Mobile-Native Viewing of NAC Avalanche Forecasts
MIT License
10 stars 6 forks source link

Lag in scrolling through cards #692

Open charlotteguard opened 6 months ago

charlotteguard commented 6 months ago

If I'm swiping through cards quickly form the home screen the line around the polygon gets stuck so while the card is swiping the boarder remains the same.

charlotteguard commented 6 months ago

The video file is too large...looking for solutions

stevekuznetsov commented 6 months ago

I can reproduce this, if I swipe super quick on Android the highlighted zone gets stuck with some previous state and we don't catch up. I don't think we have enough time to handle all the interactions.

charlotteguard commented 6 months ago

I don't think it's that big of a deal - since it's probably pretty rare but worth addressing if we have extra time.

stevekuznetsov commented 6 months ago

Yep! For sure. Ideally we'd reconcile the current card state with the map eventually if we somehow miss the transition handler.