tkowalczyk / SimpleCustomGestureFrame

Swipe gestures on custom frame in Xamarin.Forms project.
MIT License
38 stars 12 forks source link

Gesture Frame with CarouselView #4

Closed acaliaro closed 6 years ago

acaliaro commented 8 years ago

Hi @tkowalczyk and thanks for your work. I have tried to insert your GestureFrame inside a CarouselView but it does not work very well. It's very difficult to have a SwipeTop.. can you take a look? Thanks.

tkowalczyk commented 8 years ago

Hi @acaliaro this repository is not being updated for some time and this might be the reason for your issue. Furthermore Xamarin.Forms now is using different approach for dealing with gestures so this is the second thing.

acaliaro commented 8 years ago

For touch Xamarin forms use TapGestureRecognizer

sivamuralidhar3 commented 8 years ago

Hi @acaliaro
when i am using tap gesture event which is in xamarin.forms default it is working in ios but not working in android.