jQWidgets Forums

jQuery UI Widgets Forums Scheduler Context menu on mobile devices

This topic contains 2 replies, has 2 voices, and was last updated by  clock84 5 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Context menu on mobile devices #104792

    clock84
    Participant

    In my contextMenu I have these options:
    – Create
    – Edit
    – Delete
    I need to be able to perform these action also with a mobile device so I found this page (https://www.jqwidgets.com/community/topic/context-menu-movile/) where you suggest to open the contextMenu in the appointmentClick event:

    $(“#scheduler”).on(‘appointmentClick’, function(){
    setTimeout(function(){$(“#scheduler”).jqxScheduler(‘openMenu’); },100);
    })

    With this solution I am able to see the context menu but I am not able to select any row from the context menu…. when I press on one row the menu closes.
    Do you have any other solution?
    Thank you in advance

    Context menu on mobile devices #104802

    Todor
    Participant

    Hello clock84,

    The native scheduler’s behavior on mobile devices is to use double click to open edit appointment window and there is also a delete button. When you double click on empty cell a create appointment window is opened.

    Is that behavior suitable for you or you want explicitly to use context menu on mobile devices?

    Best Regards,
    Todor

    jQWidgets Team
    https://www.jqwidgets.com

    Context menu on mobile devices #105055

    clock84
    Participant

    I’m not using your edit appointment window but I am using a custom one.
    That is the reason I was trying to use the context menu but actually I can add a delete button inside my window (as you suggested).
    Thanks for your reply.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.