• johnagreene

    (@johnagreene)


    Hi – this plugin is GREAT! By far the best I’ve found for this purpose. I have one question – is there any way to make the sidebars slide out by swiping on a touchscreen device?

    If not, can the slideout buttons be made stickly so that they are always available on the screen as a user scrolls?

    Thanks!
    John

Viewing 1 replies (of 1 total)
  • Plugin Author More Karvonen

    (@qumos)

    Hi,
    There was another discussion about the topic, but shortly: swiping is not possible at the moment, but you should be able to make buttons sticky in couple of ways. Adding these lines to your CSS should do the trick:

    .mojo-sp-button {
    position: fixed !important;
    z-index: 99999;
    }

    However this makes only the button sticky. To make both button and the panel content sticky, you can use these lines in CSS (use mojo-sp-left-wrap for left panel):

    #mojo-sp-right-wrap {
    position: fixed !important;
    z-index: 99999;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile Swipe’ is closed to new replies.