Hello all.
We have the following structure in our application:
-> CarouselPage
-> ContentPage
-> StackLayout
-> CustomEntry
Our CustomEntry have a EntryRenderer, in iOS, to listen the TouchDown event component.
In all another pages, the component works fine, but in CarouselPage has a delay in this event. I need press and hold a little bit more time than the other pages.
In ScrollView component has the DelaysContentTouches property to solve this problem, but in CarouselPage I didn't found nothing.
Any help?
Thanks a lot.