Hello,
Welcome to Microsoft Q&A!
I test your code and official sample, it both works fine without error .
allowsContinuousInteraction is only available from iOS 14, so I check the source code of IndicatorViewRenderer ,
if (Forms.IsiOS14OrNewer)
{
UIPager.AllowsContinuousInteraction = false;
UIPager.BackgroundStyle = UIPageControlBackgroundStyle.Minimal;
}
Everything seems to be working , would you mind sharing us a basic, reproducible project(you can upload to github and attach the link here) ?
Best Regards,
Cole Xia
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Would you mind sharing us a basic , reproducible project to test ?
Sorry for the late answer. Anyway, this is a very simple project: https://github.com/mcapplication20/IndicatorProve
I get issue only in iOS project
Any idea?
It's weird, I test with iOS13.5 simulator but did not reproduce the problem .
Could you update everything (vs for windows/mac, xcode)to latest to check if problem persists ?
Yeah it’s really weird. I’ll try to update everything. Just a question: which versione of xamarin.forms are you using? The latest stable one? Maybe it’s issue of latest version
Yes, I'm using the latest Xamarin.Forms (5.0.0.2012).
Sign in to comment