Skip to content

Wrong display 24 date in iPhone 6 #30

Closed
@Sergionius

Description

@Sergionius

Hello, thank you for great widgets, but I found issue in iPhone 6 with iOS 12.4.5, date 24 positioned horizontally(see screenshot)
code:

Widget _calendarWidget(BuildContext context) { return Center( child: Container( child: SfDateRangePicker( monthViewSettings: DateRangePickerMonthViewSettings( firstDayOfWeek: 1, ), onSelectionChanged: _onSelectionChanged, selectionMode: DateRangePickerSelectionMode.range, minDate: DateTime.now(), showNavigationArrow: false, allowViewNavigation: true, navigationDirection: DateRangePickerNavigationDirection.horizontal, selectionShape: DateRangePickerSelectionShape.circle, headerHeight: 60, rangeSelectionColor: Colors.red.withOpacity(0.5), endRangeSelectionColor: Colors.red, startRangeSelectionColor: Colors.red, ), ),); }
How can I fix it ?
IMG_38391BAD1977-1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions