Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menu is very intermittent on iPhone 5 - once used once it doesnt reopen #203

Closed
webko opened this issue Sep 3, 2014 · 5 comments
Closed

Comments

@webko
Copy link

webko commented Sep 3, 2014

Using an iPhone 5, when the page first loads the menu works.

If you open and close it a few times then it will no longer open. I have tried this on multiple sites using the plugin (from themeforest) and we are all having the same issues.

@webko
Copy link
Author

webko commented Sep 3, 2014

HI - i have discovered it works if you "tap" the icon, if you touch it slowly it doesnt work at all

@soulstyle
Copy link

+1

Having the same problem on my site.. Looking for a solution. I also noticed the strange behavior clicking the icons as well as holding it in for a while..

@jschor
Copy link

jschor commented Nov 21, 2014

+1

@Gombally
Copy link

I've got the same problem fixed it by using:
$('#open-sidr').on("touchstart", function(e){
e.preventDefault();
$.sidr('open', 'sidr-nav');
});

artberri added a commit that referenced this issue Jan 9, 2016
…ixes #179 and fixes #266 and fixes #246 and fixes #245 and fixes #211 and fixes #178 and fixes #118 and fixes #98  and fixes #214 and fixes #117 and fixes #130 and fixes #144 and fixes #146 and fixes #165 and fixes #189 and fixes #193 and fixes #203 and fixes #213 and fixes #218 and fixes #240 and fixes #249
@artberri
Copy link
Owner

artberri commented Jan 9, 2016

Preparing a new version with a fix for this https://github.com/artberri/sidr/tree/reborn

@artberri artberri closed this as completed Jan 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants