acolangelo/jPanelMenu

Menu trigger not working in iOS 8

Closed this issue · 5 comments

At his location I have a Bootstrap template that I bought that uses jPanelMenu. On the first page the menu trigger does not work on iPad or iPhone running iOS 8. Neither in the Chrome browser, nor in the Safari browser does it work. I have tried different positions for it in the DOM, but no luck. My real project is elsewhere, but that is the template as I bought it. I will certainly check with the template producer as well, but I thought you'd might want to know.

I should think it is issue #2 here that causes it. There's a minimal test case there as well.

Everything with jPanelMenu is tested and working in iOS 8. Seems like an implementation issue in which the trigger is not tappable on smaller screens. Reopen if an issue is found within jPanelMenu.

Did you check the link above at all?

Yep, I most certainly did. The issue was that the trigger was not tappable, as I said. The tappability of triggers is outside the responsibilities of this plugin—that’s something that is handled by the implementation, so that’s why the issue was closed, because there was no actionable fix to be made in this repository.

OK, maybe I should have contacted you in another way. I just wanted to make sure other users don't have to lose 2 hours like I did and thought a few lines in a FAQ or something would be suitable.