• Hi there,

    I am having an issue when trying to deactivate the plugin on mobile and tablet, even when i set the screen size on the settings page and tick the option ” Prevent other scripts from handling plugin’s links (if possible)”, the plugin keeps active on mobile. The real issue that the plugin is not working on mobile versions, it does not allow me to scroll at all. So I would like to either get it to work on mobile or deactivate it.

    Thanks, Paulo

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author malihu

    (@malihu)

    Hello,

    It seems that you have added the extra mousewheel script in your page. In order to prevent it from working on mobile, you should remove from the code everything from the line:

    //touch events (remove the following code if you don\'t want to apply the touch functionality)

    to:

    if(time < 500 && Math.abs(diff) > 50) $(this).trigger("ps2id-scrollSection",[(diff>0 && _switch() ? -1 : diff<0 && _switch() ? 1 : 0),(_switch() ? mPS2idExt.i : i)]);
                }
              })
              // -----

    including those lines.

    Does this help?

    Thread Starter ervadesign

    (@ervadesign)

    Thanks a lot for your help.
    Ok this does remove the scroll to sections on mobile, but it also removes the any kind of scroll. so the only way to navigate the website are the dots on the right side. I would rather “deactivate” the plugin on mobile but allow the user to scroll through the website normaly. Is this possible?

    Many thanks in advance.

    Plugin Author malihu

    (@malihu)

    Did you remove the custom script? I can’t see it in your page.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Not able to deactivate plugin on mobile’ is closed to new replies.