Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Show slow not working iphone IOS #8669

Open
@tiagocaus

Description

@tiagocaus

Good morning everyone. Why does this code below work on the browser, android, but does not work on IOS?

$(document).ready(function() {
    $("#menuIco").on("click touchstart", function() {
        if ($('#menuNav').is(':hidden')) {
            $('#menuNav').show('slide', {direction: 'left'}, 400);
        } else {
            $('#menuNav').hide('slide', {direction: 'left'}, 400);
        }
    });
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions