ZingWorkshop / Studio

3 stars 1 forks source link

PagedView updates 'page' property only once a new view has been allowed to reach x:0 #714

Open NigelBreslaw opened 3 years ago

NigelBreslaw commented 3 years ago

This results in two issue that stop things like the page indicator behaving as on iOS.

  1. If you flip pages rapidly it will just show page 1 is the active page till you stop flipping and let a page settle to x: 0
  2. When flipping a page, if you raise your finger on iOS the page indicator moves to show the next page a few pixels early than just the new view reaching x: 0. The current behaviour makes it feel a bit laggy.
NigelBreslaw commented 3 years ago

Apparently this is new in one of the recent iOS updates