-
Notifications
You must be signed in to change notification settings - Fork 740
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
On demand menu not working on iOS #260
Comments
I have solved it adding: In my case, all context menu triggers have "context-menu" class. |
Yeah, its the issue that iOS needs an onclick handler. onclick="void('iOS needs this');" You can see that on the left click demo. |
@vAlmaraz please let me know where you have add this line of code. |
I am sorry but it seems the library has changed a bit since I made the change. And I am not working on the project any more. I think I added it when initializing listeners. Maybe looking at the latest version when I posted the message you can find the line I talked about. PD: I have edited my message to clarify the changes I made. |
@vAlmaraz could you open a new issue for this so i can track it there? |
I am developing a website with this library and I have to build context menu on demand with left trigger.
Some customers complaint about it doesn't work on iOS.
I checked demo website, it doesn't work:
http://medialize.github.io/jQuery-contextMenu/demo/dynamic-create.html
Also I have done a simple modification of demo code to trigger from left click and it doesn't work.
I have seen this bug:
#83
Could it be related to the same issue, and maybe it has not been fixed in on demand feature?
Thank you
The text was updated successfully, but these errors were encountered: