Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter kokdemir

    (@kokdemir)

    Sorry for the post head! I am just trying to disable bar on mobile..

    Plugin Author Goran87

    (@goran87)

    Hi kokdemir,

    you could add this to your style.css

    @media (max-width: 669px) {
    #sb_super_bar {display:none;}
    }

    That will do the trick on mobile phones with resolution below 669.

    Plugin Author Goran87

    (@goran87)

    Adding this option in next update. Just finished sending new plugin to repo and now i will get back to swifty bar for improvements.

    Hi, as a suggestion, I think instead of completely disabling the bar on mobile, It would be great to hide this when user touches screen or show this when user scrolls, for example with tocca.js.

    Thread Starter kokdemir

    (@kokdemir)

    Rather than using gestures, I think pull out bar from bottom would be easier and perfect for mobile.

    Plugin Author Goran87

    (@goran87)

    kokdemir , are u refering to hiding plugin with some arrow then showing with click on arrow ?

    Plugin Author Goran87

    (@goran87)

    ill mark it as resolved. If anyone has this issue, just read my first reply.

    Will add ability on mobile to jump out once u start scrolling and hide when u start scrolling up.

    turnkey13

    (@turnkey13)

    “start scrolling and hide when u start scrolling up.” would be a fantastic solution especially for users with small screen sizes like iphone 4s/5..

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Disabling mouse gestures on desktop only enabling on mobile’ is closed to new replies.