You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: