ertgrulll / advstory

An advanced, complete story viewer for Flutter. Has support for images, videos, custom widget contents, gestures, interceptors, listeners, manipulators and much more.
https://advstory.sourcekod.com
MIT License
41 stars 33 forks source link

[BUG] Content Skip #16

Closed eilhcir closed 2 years ago

eilhcir commented 2 years ago

Suddenly skipped to next content when I open and close the keyboard (3 times in row) without any tapping on the content. I just open the keyboard via TextField and close it using DONE action in KB.

I will share screen record below, I hope you can view it...

https://drive.google.com/file/d/1o7zPy_pY-viN1C0qGuiimtpI8yTic1Rm/view?usp=sharing

ertgrulll commented 2 years ago

This bug was due to the stopwatch not being reset during pauses and issue fixed in version 0.2.0 . Thanks for your feedback, again 🥇