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

Default next button is invisible #16

Closed
rohandalvi opened this issue Sep 26, 2022 · 2 comments
Closed

Default next button is invisible #16

rohandalvi opened this issue Sep 26, 2022 · 2 comments

Comments

@rohandalvi
Copy link

case .onboardingPage:
            if (val != nil) {
                HomeView()
            } else {
                ConcentricOnboardingView(pageContents: onboardingPages ).duration(1.0).nextIcon("chevron.forward")
                    .insteadOfCyclingToFirstPage {
                    viewRouter.currentPage = .signInPage
                }
            }
        }

This is the area where I expect to see the chevron.forward default next button, but I don't see it.

image

@f3dm76
Copy link
Collaborator

f3dm76 commented Oct 13, 2022

Hey @rohandalvi, sorry for the late response, could you please attach a reproducible example for me? It might be that it just doesn't fit on the screen, and I need to process it better. Anyway, I'll have to see to help you

@f3dm76
Copy link
Collaborator

f3dm76 commented Apr 20, 2023

It's been a while, so I'll close this one for now. Please feel free to reopen if you are still having the issue. Please be sure to attach minimal compilable reproducible example. Have a nice day!

@f3dm76 f3dm76 closed this as completed Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants