• Hello there,

    Is there a way to disable the plugin on mobile devices as the arrows are too big and they cover a part of the reading screen?

    Would it be also possible for you to implement the function to navigate to Prev or Next page sliding the page on mobile devices? (like mobile navigation is supposed to function).

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jo4nny8

    (@jo4nny8)

    Hi thanks for reaching out.

    You can hide the mobile display be adding the following CSS.

    @media (max-width: 767px) {
            .wp-post-nav {
              display: none;
            }
          }

    however a better solution would be to add some CSS to modify the behaviour. If you send me a link to your site and what you want it to look like im happy to put something together for you.

    Regarding swiping left and right for next / previous posts, this won’t work im afraid. The swipe function is a browser based function and swiping left will reload the previous page in the browser and swiping right will load the next page youve visited ‘if’ there is one. I wouldn’t be an optimal experience for users to hook into this and change the setting on how the browser works im afraid.

    Thread Starter Zavarzin

    (@zavarzin)

    Alright, I’ll use the CSS code. For now it is enough for me.

    Best,
    Eugene

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I disable plugin on Mobile?’ is closed to new replies.