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.

Unable to open a link on sub-menu on touch device

Home Forums Older releases 1.0.x Unable to open a link on sub-menu on touch device

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #3294
    dqhieu
    Participant

    Hello,
    Because of unable to use mouse hover on touch device, I set smartmenus like this.
    $(‘.sm’).smartmenus({
    noMouseOver : true, //disable mouse hover.
    showFunction : function($ul, complete) {
    $ul.slideDown(250, complete);
    },
    hideFunction : function($ul, complete) {
    $ul.slideUp(250, complete);
    }
    });
    And I use double click event to open link on sub-menu. It works fine on chrome, but not on IE and Siri. Please help me to solve this bug.

Viewing 1 post (of 1 total)
  • The forum ‘1.0.x’ is closed to new topics and replies.