stormlion227 / PhotoBrowser.Forms

Full screen image viewer(Xamarin.Forms) that includes "pinch to zoom" and "swipe to dismiss" gestures.
MIT License
76 stars 47 forks source link

How to add long press or tap gesture on photos #28

Closed hs79hs closed 4 years ago

hs79hs commented 4 years ago

Hi, thanks for the plugin. It works great. I want to add long press or tap gesture on photos, it seems I can't add GestureRecognizers directly on PhotoBrowser. Is there anybody who know how to achieve this or any clue? Thanks.

hs79hs commented 4 years ago

Found it, I could use ActionButtonPressed, thanks.