Hi,
I use a RadSlideView as a "Guide" for creating new users. On the first slide you enter PhoneNumber, on the second slide you enter EmailAddress etc. etc.
I added validation to ensure that navigation to the next slide is only possible if the current slide is OK. This is done in the "SlidingToIndex" event: If validation fails I set e.Cancel = true;
This is working perfect on Android, but on iPhone the "SlidingToIndex" event is not even called when sliding from the first to the second slide. From second to third slide etc. it is working.
Is this a bug?
Best regards,
Michael.