I am using the RadAutoCompleteView in my Xamarin Forms application running on both Android and iOS and have noticed a difference in how a suggestion is selected on the 2 platforms. On Android, a single tap gesture on a suggestion populates the control with the suggestion, however on iOS a tap and hold gesture is required to achieve the same outcome.
Is this difference expected or so I need to set some additional property for iOS?