ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

RadCalendar on Android: Weekdays stay fixed when swiping in WeekViewStyle to left or right #1415

Open manuelschulte opened 4 years ago

manuelschulte commented 4 years ago

Tell us about the problem

On current Android 10 (Q) and previous versions the weekdays stay fixed in position when you swipe the date row to left or right.

Which platform(s) does your issue occur on?

Android

Please provide the following version numbers that your issue occurs with:

nativescript-ui-calendar: 6.1.0 CLI: 5.3.4 tns-core-modules: 6.5.0 tns-android: 6.5.0

Please tell us how to recreate the issue in as much detail as possible.

  1. Open ui calendar example: https://play.nativescript.org/?template=play-js&id=Cfv3rB&v=19
  2. Click on "QR code"
  3. Scan this QR code with NativeScript Playground app and start the preview on Any android device
  4. When you swipe the dates right or left the weekdays stay in position. So user's might get confused when weekday and date do not match anymore.

The default calendar app on Android does move the weekdays as well and a date stays connected with its weekday.

Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.

Standard RadCalendar Demo with viewMode="Week": https://play.nativescript.org/?template=play-js&id=Cfv3rB&v=19