Hi,
I cannot figure out how Android treats Start time and End time. No matter what I do, the appointment is always shown with a 2 hours offset compared to the time I've added.
An event going from 9:00 - 10:00 is shown 11:00 - 12:00.
I've tried using specifying the date time kind to etc, local, unspecified - but to no avail.
I'm running with gmt+1 settings on my dev android phone.
ps. iOS does not have this problem. It has others though.
Hi,
If you have more than 1 appointment on the same start/end datetime on android, only 1 appointment (the last in the sequence) is shown.
On iOS it works fine.
The ItemTapped event does not fire consistently on iOS. It will occasionally, but 2/3 of the time, it does not.
My SelectionMode is single and IsItemSwipeEnabled is true. I was thinking that a tap might be interpreted as the beginning of a swipe and hence, might be getting ignored.
I worked around this issue by handling SelectionChanged so I have no pressing need to get this issue resolved. Just letting you know.
The calendar dayview seems to work great, but it seems it's missing a new necessary options for me (at least I couldn't find these). Please tell me if any of these options are available, so we know to purchase this set or look elsewhere:
1. Can I set the start and end time on the selected day? Currently, it shows Midnight to Midnight. I want this to filter out any hours outside business hours, or at least automatically scroll directly to the business opening time.
2. Is there a way to long click an empty time slot to pop a menu, specific to that time slot? ie. I want to long hold to open a new page that already knows the time I long held on.
3. Is there a way to show every 15 minutes in the side bar, instead of just every hour?
Is it possible to customize how a tab acts when clicked? For instance, I would really like to include a "More" tab that displays the side drawer instead of actually switching to a new tab.
I have tried leaving the tab's Content null. I have also tried subscribing to the tab header's Tapped event - which fires, but only after the tab is selected.
Even having access to add controls to the Header would help.
Any thoughts?
I am using a RadListView whoseSelectionMode is Single. I am programmatically adding an item to the SelectedItems collection. However, when I do so, the style of the row corresponding to the item does not change, indicating to the user that the row is selected. This is an issue for both Android and iOS.
I experimented with removing the existing selected item from SelectedItems before adding the new one. Doing so did not help.
As the title, because the item swiping offset value is not changetable, so the item is always being moved left/right too long, users should need the item only to be swiped left/right with a fixed offset, don't swipe to long. The offset I mean is the swiping offset, not swiped offset, items should stop moving after the offset has reached configured value.
Is there any solution for this issue?