search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

DayPilot Bubble and iOS

Asked by Jim Bingham
10 years ago.

Is DayPilot Bubble supported on iOS? A finger-touch highlights or gives focus to a cell/day, not the individual days rendered within the day/cell. My code is tied to the RenderEventBubble event, not the cell event. Thanks.

Comment posted by Jim Bingham
10 years ago.

Made a typo in the original post. Modified word is in <CAPS>. Thanks.

Is DayPilot Bubble supported on iOS? A finger-touch highlights or gives focus to a cell/day, not the individual EVENTS rendered within the day/cell. My code is tied to the RenderEventBubble event, not the cell event. Thanks.

Answer posted by Dan Letecky [DayPilot]
10 years ago.

Hi Jim:

iOS is supported but the available gestures are limited. That's why it doesn't support all the interaction options that are possible on the desktop.

On events, it supports two actions:

  • tap (translates to EventClick event)
  • press and hold (to activate event moving), than drag to a new location

Unless you map the event bubble to event click (EventClickHandling="Bubble") it is activated on mouse hover. This is normally not possible on iOS.

There are a few options:

  • map the click event to context menu and list the options there
  • add permanently visible active areas to the event and map the bubble activation to one of them

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.