What im basically looking for is a solution for another gesture in addition to regular tap. (on an appointment).
Its split into 2 different options:
1. (Bug)
Using existing AppointmentDoubleTap event
I tried this but appearantly when using both events (regular and double tap) - the regular tap will immedietly be executed and so the doubleTap is never accessible.
2. (Request - preferably)
To add an option for a long press event on an appointment...
This is what i had in Xamarin and this is what i would ideally want here as well.
PS
Before suggesting - I did try to use CommunityToolkit behaviors for longPress but when its added to my appointment DataTemplate in the Xaml - the appointments do not appear, probably some conflict with Teleriks...