Open
Description
Please, provide the details below:
Tell us about the problem
On android device cell styles are properly applied compared to iOS.
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
- Progress NativeScript UI plugin version: 4.1.0
- CLI: 5.2.4
- Cross-platform modules: 5.2.2 (also with 5.3.0)
- Runtime(s): 5.2.0 and 5.3.0
Please tell us how to recreate the issue in as much detail as possible.
Run the demo application and try selecting the days.
- Selecting the today day overlaps its styling with selectedCellStyle.
- CalendarCellAlignment.HorizontalCenter does not work.
- selectedCellStyle CalendarCellAlignment.Right does not work and CalendarCellAlignment.Right doesn't work at all.
- If dayCellStyle is aligned left and you click it to apply selectedCellStyle.cellAlignment = CalendarCellAlignment.Right or any other alignment; the date will vanish and dots will appear. This must be set as well selectedCellStyle.cellBorderWidth = 1;
- todayCellStyle.cellAlignment = CalendarCellAlignment.VerticalCenter; does not match android position and when clicked it goes to 'center' like CalendarCellAlignment.Center.
- Initial and subsequent position of the date is not unified with Android when todayCellStyle.cellAlignment = CalendarCellAlignment.Top/Bottom/HorizontalCenter are used
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
Attached app