• Hi, I edited the code on jquery.fullPage.js where the arrows for slides are created and added some to get arrows for the top bottom of the section and I made them work using the moveSectionUp() and moveSectionDown() functions so they would move through sections.
    My issue is on mobile/tablet/touch, when I press the arrows for around 1 second, I move through the sections one at a time which is fine, but if I tap the arrow then I get it to move two sections instead of one. I have run through the code and I cannot find anything that can help me with that. Is there something that you have done previously that would solve this problem? Thanks in advance and great job on this plugin, really like it ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter miguelnut

    (@miguelnut)

    if you want to see what im speaking about go to dev.nutshellcreative.co.uk on mobile and tap the top or bottom arrows.

    Thread Starter miguelnut

    (@miguelnut)

    After a a lot of editing and trial & error i found that if I input an onclick event to the divs of the arrows like so onclick="javascript:jQuery.fn.fullpage.moveSectionDown();" and onclick="javascript:jQuery.fn.fullpage.moveSectionUp();", so it is resolved ??

    Plugin Author Julien Zerbib

    (@julien-zerbib)

    Hi !!

    Thanks to share your solution.

    Regards,

    Julien

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Arrows on top and bottom of section’ is closed to new replies.