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

Show slow not working iphone IOS #8669

Open
tiagocaus opened this issue Jan 8, 2021 · 0 comments
Open

Show slow not working iphone IOS #8669

tiagocaus opened this issue Jan 8, 2021 · 0 comments

Comments

@tiagocaus
Copy link

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);
        }
    });
});
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant