Closed m-bert closed 3 months ago
This PR adds HoverGestureHandler on macOS.
HoverGestureHandler
macOS
It seems that Hover doesn't work when wrapped in ScrollView. I'm yet to find out what causes that.
Hover
ScrollView
Tested on Hover example in example app.
There still might be some problems with blocking other handlers, but I think that they can be addressed in other PRs if necessary 😅
Description
This PR adds
HoverGestureHandler
onmacOS
.Limitations
It seems that
Hover
doesn't work when wrapped inScrollView
. I'm yet to find out what causes that.Test plan
Tested on
Hover
example in example app.