mrxten / XamEffects

📱 Xamarin.Forms UI effects
MIT License
248 stars 41 forks source link

LongPress Timer #34

Closed NRayan closed 5 years ago

NRayan commented 5 years ago

Any way the LongTap command can be fired after a timer, and not just when the user removes the finger ? that would make this Effect even better.

by the way, great work!

mrxten commented 5 years ago

There is no any communications between XF and native touch events, but you can add them yourself for Tap/LongTap.

Here: Android handler iOS handler