Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

dimoncheg777

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Is it possible to do not hide menu on touchscroll? #2986
    dimoncheg777
    Participant

    Dear friend, thank you so much for your help! I was really surprised that resize event is fired on every page scroll, it explains everything!

    Thank you so much for your time, I do not know how to thank you!

    in reply to: Is it possible to do not hide menu on touchscroll? #2981
    dimoncheg777
    Participant

    Thank you for a fast reply!

    Your demo works fine, this happened only for my menu (on iOS 9 iPhone / iPad), live demo here http://821.8d7.myftpupload.com/

    my menu options:

    $headerMenu.smartmenus({
    	showTimeout: 0,
    	subMenusSubOffsetY: 0,
    	subIndicatorsPos: 'append',
    	subIndicatorsText: '',
    	subMenusMaxWidth: 'none',
    	keepInViewport: false,
    	showFunction: function($ul, complete) { $ul.fadeIn(250, complete); }
    });

    i’m not sure what i’m doing wrong, if you could help me, that’s would be great 🙂

Viewing 2 posts - 1 through 2 (of 2 total)