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

Issue in Navigation HOC without startupScreen page #194

Open
farhanshaikhdk opened this issue Sep 9, 2021 · 1 comment
Open

Issue in Navigation HOC without startupScreen page #194

farhanshaikhdk opened this issue Sep 9, 2021 · 1 comment

Comments

@farhanshaikhdk
Copy link

I am using full-screen navigation HOC feature it works fine if I use it with a startupScreen page but if i make my website without startupScreen then it causes an issue which is- URL doesn't change on user's first interaction that is with side navigation button or header navigation but when user interacts for second time URL starts working fine. Can anyone please suggest any option to use in this package without startupScreen page.

Code example that I'm following is: https://github.com/rcaferati/ras-fullpage-strategies/tree/master/nextjs-example

@AlanWendorff
Copy link

Hi! A work around is navigate with Next.js Link component since the slides/screens are already mapped with their own path.
If I'm not mistaken, it would no longer be necessary to use the HOC withNavigationHandlers

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