Skip to content
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 14 IndicatorView Disappeared #154

Closed
saamerm opened this issue Oct 16, 2020 · 2 comments
Closed

iOS 14 IndicatorView Disappeared #154

saamerm opened this issue Oct 16, 2020 · 2 comments
Assignees
Labels
blocked bug Something isn't working iOS
Milestone

Comments

@saamerm
Copy link
Contributor

saamerm commented Oct 16, 2020

  • Built the app locally on my simulator and did not see the Indicator view on the device in the walkthrough flow.
  • Users now don't know they can swipe through, they only see a skip button
  • Actual Behavior: Little dots from the indicator view are not visible anymore
  • Expected Behavior: Displays the 4/5 dots showing a carousel style navigation

Simulator Screen Shot - iPhone 8 - 2020-10-16 at 19 27 10

@brminnick
Copy link
Owner

Thanks Saamer!

Yup - this is a known issue in Xamarin.Forms + iOS 14:
xamarin/Xamarin.Forms#12318

I included a compiler #error here to ensure I don't push it to the AppStore before the Xamarin.Forms team updates with the fix!

#if AppStore
#error IdicatorView Regression https://github.com/xamarin/Xamarin.Forms/issues/12318
#endif

@brminnick brminnick added blocked iOS bug Something isn't working labels Oct 16, 2020
@brminnick brminnick self-assigned this Oct 16, 2020
@brminnick brminnick added this to the v2.0.0 milestone Oct 16, 2020
@brminnick brminnick modified the milestones: v2.0.0, v1.3.2 Oct 25, 2020
@jsuarezruiz
Copy link

@brminnick xamarin/Xamarin.Forms#12654

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked bug Something isn't working iOS
Projects
None yet
Development

No branches or pull requests

3 participants