-
Notifications
You must be signed in to change notification settings - Fork 178
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
TypeError : 'previousElementSibling' #401
Comments
Can you please provide an isolated reproduction in Codesandbox with no CSS or JS files external to fullPage.js and the minimum amount of HTML code. Use empty sections unless strictly necessary for reproduction. I can't reproduce on my side. |
Does it happen if you remove the dragAndMove extension? What are your fullpage initialization settings? |
I removed the dragAndMove extension, everything is alright. +The project unit is big now, so it is impossible for me to create the html file separately quickly. The error continues to occur in the dragAndMove.js file. In particular, it is strange that the corresponding error appears on a sub-page other than the main page I applied. |
@alvarotrigo I will send you the details by email. |
Can you clarify this? fullPage.js should only be initialized on the page you are using it. |
Description
Hello, I got a new error message😥.
I think this problem is caused on mobile size.
The problem occurs when I leave the main page(applied fullpage) and moves to another page.
It doesn't keep happening, it happens occasionally. So I don't know the cause.
+) Another issue
On mobile size, when I click the dragAndMove slidesNavigation, I got the error message.
code
Also I found the another issue, then I updated the version for @0.1.35
The text was updated successfully, but these errors were encountered: