-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Problem with loopHorizontal:false and jquery.fullpage.extensions.min.js #2548
Comments
Are you saying you were having this error before using the extensions? |
Thank you for the quick reply. Just go to Slide 2.3 and press the arrow-right on the keyboard. The slides are no longer working. |
Thanks for it. |
Hi, thats good to hear. |
Probably this week. But you can use the file in the dev version. It will solve your issue. |
Perfect! Thanks a lot. |
Solved in the new release 2.9.3 |
Script seems to crash when using the extension file. JS-Console alerts: TypeError: t is undefined
Hi,
i´m creating a fullPage website for a customer. The site is intended to work with the extensions dragandmove and resetSlides in the end. So I included the extension library from the dist-folder instead of the normal one.
My js in the html-file looks like this:
Steps to reproduce it
fullPage is working as expected, but if I´m on the last slide of an horizontal row and swipe right/right arrow on keyboard, the script crashes giving a console error: "TypeError: t is undefined".
I thought that might be because I didn´t include the extensions in the beginning.
After my customer got these from your shop I included them, but no change. The script still stops working if I try to slide to the next slide, that doesn´t exist.
The problem disapperas when setting the loopHorizontal option to true, but thats not what the customer wants.
Versions
Tested on Win10 with FF51 and Chrome 56 as well as several Android smartphones.
Any hints or advices are welcome.
The text was updated successfully, but these errors were encountered: