• Amir Hardon's avatar
    Make RenderUiKitView reject absorbed touch events (#28666) · 5099701f
    Amir Hardon authored
    When a touch event that is in the bounds of a RenderUiKitView is absorbed by another render object,
    the RenderUiKitView's handleEvent is not called for that object. On the platform side, the touch event hits the FlutterTouchInterceptingView which is waiting for a framework decision that never arrived on whether to reject or accept the gesture.
    
    This change fixes the issue by having RenderUiKitView register a global PointerRoute, that is used to reject absorbed touch events.
    5099701f
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
dartdoc_options.yaml Loading commit data...
flutter_console.bat Loading commit data...