chill-chinese / stroke-order-animator

Stroke order animations and quizzes for Chinese characters in Flutter.
https://chill-chinese.github.io/stroke-order-animator/
BSD 3-Clause "New" or "Revised" License
86 stars 22 forks source link

Pressing blank space should not be counted as mistake #10

Closed sqllyw closed 4 years ago

sqllyw commented 4 years ago

as the subject line,

A sample here: https://hanziwriter.org/docs.html go to Integrating Quizzes the testing character is 码, if press blank space, it will not count as mistake

Mr-Pepe commented 4 years ago

What do you mean by pressing blank space? Just tapping somewhere instead of drawing a stroke?

sqllyw commented 4 years ago

yes, if tap, seems counted as mistake in the example, I have not yet tested it in a real device. but if user draw, then should be counted as mistake

Mr-Pepe commented 4 years ago

Thanks for the feedback, should work now :)

sqllyw commented 4 years ago

tested and works as expected, thanks!