On released event bug

i found solution of this bug last a month but now i found it means fix it for mobile touch pressed event

  1. when you use pressed event that replace with hovered event.
  2. when you perform release event instead use Unhovered event.

finally its work for all. i try it.

First i use onPressed And OnRelease but not Works

Than after fix used OnHovered And OnUnHovered

Thank you so much for this!
Worked like a charm!

4.24 in 2020 problem still here

2023, 5.3. The post above mentioning setting ‘Is Focusable’ Set to false does actually work. Obviously all input in to that widget needs to be pushed in from the outside, but seems to work for me.