zdavatz / AmiKo-iOS

AmiKo Desitin für iPhone und iPad
https://apps.apple.com/ch/app/amiko-desitin/id687642725
GNU General Public License v3.0
1 stars 2 forks source link

In-Text-Search jumps away when doing FTS #105

Closed zdavatz closed 5 years ago

zdavatz commented 5 years ago
  1. Open AmiKo App
  2. Navigate to FTS
  3. Search for "SAPPHIRE"
  4. Tap on "SAPPHIRE" in FTS.
  5. Results jumps away.

See: https://ywesee.slack.com/files/U27FC8WLA/FNJSW8S6Q/file_from_ios.mp4

bettar commented 5 years ago

There is one more step between 4 and 5

bettar commented 5 years ago

The video shows two examples, and they both have only one result. So in the video it is correct that the Previous/Next navigation gets hidden.

bettar commented 5 years ago

It's worth pointing out that it works on the simulator. Each call to show or hide the Prev/Next control is done with an animation. Maybe the real device is slower than the simulator and successive calls are queued up, and the relative callbacks happen out of order (maybe each call back is a different thread). Disabling that animation seems to fix the problem.

zdavatz commented 5 years ago

works.