-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] ShowIndicators at false doesnt work #591
Comments
Just discovered this issue as well. Happens only in our app when there are too many indicators to fix in view and they scroll. Only have this issue in one of three places in our app. Android is fine. |
Experiencing the same issue. Also - in some places it doesn't show up & in others it does. |
Hi all! I am experiencing the same problem in iOS in version 6.0. Not sure if this is useful feedback but I noticed that while the app is running on the iOS simulator with Hot Reload on if I set the ShowIndicators="True" and then set it to ShowIndicators="False" the indicators hide. :D |
Same problem on iPhone X, iOS 12, same 6.0.0 |
Hi !
Since the last version (6.0.0) on iOS we see the indicators, even if we set ShowIndicators at false.
But for the time we have find a workaround, we set IndicatorsTintColor and CurrentPageIndicatorTintColor to Color.Transparent.
The text was updated successfully, but these errors were encountered: