Hi All,
I built a component gallery navigation component using Daniel Christian's Youtube Video.
My component uses a collection for the Gallery items.

The Component has an output property called Destination screen

The Gallery onselect is set to Navigate('FooterComponent_Type 2'.DestinationScreen,ScreenTransition.Fade); Set(varSelected, ThisItem.Screen.Name)

The Challenge
Everything works on the computer, but on my iPad I have observed that I need two taps to navigate. Also if you tap one item in the Gallery and then tap another item, it navigates to the first item that was tapped. It doesn't seem to happen with a mouse click. Any ideas why this could be happening?