flutter_graphite icon indicating copy to clipboard operation
flutter_graphite copied to clipboard

Just a regular click on the edge

Open EightRice opened this issue 2 years ago • 2 comments

I see all the gestures you can make on a mobile device, but I'm just looking to click on the edge from the web app. Is there a way to do that?

EightRice avatar Dec 27 '21 13:12 EightRice

I haven't tested how it works on web, but you may try to use onEdgeTapDown, onEdgeTapUp. Edges gestures works on top of https://github.com/nateshmbhat/touchable lib.

lempiy avatar Dec 27 '21 16:12 lempiy

Yeah, I tried all of them. TapDown is basically a drag that starts above the line and you have to intersect it in order to trigger.

EightRice avatar Dec 27 '21 18:12 EightRice