Unplanned
Last Updated: 13 Aug 2024 10:01 by ADMIN
Created by: Nico
Comments: 3
Category: Scheduler
Type: Bug Report
0

The AppointmentTapCommand is not working on Android in DayView and WeekView, only works on MonthView.
When selecting an appoinment in Day/WeekView the Scheduler scrolls to top

Declined
Last Updated: 20 Aug 2024 10:24 by ADMIN

If an Appointment Start-Value and End-Value are the same, the Appointment is not being shown in the Day- and in the Week-View

Completed
Last Updated: 12 Feb 2025 09:06 by ADMIN
Release 10.0.0 (2025 Q1)

Having the following style:

            <Style TargetType="Button" x:Key="TodayButtonStyle">
                <Setter Property="Text" Value="today today" />
                <Setter Property="TextColor" Value="#674BB2" />
                <Setter Property="BackgroundColor" Value="{OnPlatform Default=#66C3B4DF, Android=Transparent, iOS=Transparent}" />
                <Setter Property="BorderWidth" Value="0" />
            </Style>

I cannot change the Today's button text.

1 2