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.

Reply To: Is it possible to do not hide menu on touchscroll?

Home Forums Older releases 1.0.x Is it possible to do not hide menu on touchscroll? 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 🙂