Default next button is invisible #5

Closed
opened 2025-10-14 15:53:53 -06:00 by navan · 0 comments
Owner

Originally created by @rohandalvi on 9/26/2022

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
*Originally created by @rohandalvi on 9/26/2022* ``` 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. <img width="240" alt="image" src="https://user-images.githubusercontent.com/1272182/192202706-920dfd0f-4d2b-4061-a724-47b185f04387.png">
navan closed this issue 2025-10-14 15:53:53 -06:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/ConcentricOnboarding#5
No description provided.