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

Not working “fullpage.js” in next.js mobile webpage. #380

Open
bangms opened this issue Dec 21, 2022 · 2 comments
Open

Not working “fullpage.js” in next.js mobile webpage. #380

bangms opened this issue Dec 21, 2022 · 2 comments

Comments

@bangms
Copy link

bangms commented Dec 21, 2022

Hello!
I'm using FullPage.js within a next.js mobile webpage.
We are implementing dynamic routes using getServerSideProps from next.js.
If we test it locallhost, the Chrome app and Safari come out well. However,
when we apply it to a real server, the full page does not work properly.
Could you please check if any issues in my code potentially cause a problem when applied to the real server?
Android works fine. Also iPhone 12 Mini 12 works. But for 13 Pro Max and 13, both Safari and Chrome do not seem to work.
Would it be the case where allowing cross-website tracking causes a problem in the app settings?
And in the case of the iPhone, there is an issue where animation is cut off when scrolling in Chrome. Is there a way to fix it?

code:
https://codesandbox.io/p/sandbox/nervous-wildflower-bi4vow?file=%2Fpages%2Findex.tsx&selection=%5B%7B%22endColumn%22%3A1%2C%22endLineNumber%22%3A11%2C%22startColumn%22%3A1%2C%22startLineNumber%22%3A11%7D%5D

@alvarotrigo
Copy link
Owner

Can you provide an isolated reproduction of your issue in codesandbox where we can reproduce the issue?
The link you provided works as expected for me.

@alvarotrigo
Copy link
Owner

And in the case of the iPhone, there is an issue where animation is cut off when scrolling in Chrome. Is there a way to fix it?

Please open a new issue for each problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants