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 Week-View height issue on Android #1307

Closed pekevski closed 1 year ago

pekevski commented 4 years ago

Please take a minute to read our NativeScript Code of Conduct before proceeding with posting issues or discussing. The purpose of this guide is to make communication and cooperation within our forums a pleasure for you and the other members.

Please, provide the details below:

Tell us about the problem

_Please, ensure your title is less than 63 characters long and starts with a capital letter.

The week view mode in the Radcalendar is expanding to quite a large height on android. The scenario I am looking for is to show the month view mode when tapping 'month' on the top of the screen and the week view mode when tapping 'week' on the top of the screen. Further when a user taps a date on the month view, it should switch over to the week view and show a listview of the events under the week-view Radcalendar. However, the weekview rad calendar is taking a large amount of height on the screen. This experience is inconsistent between ios and android previews. I think the heading of the weekview should be of a fixed height?

Which platform(s) does your issue occur on?

iOS/Android/Both (if applicable tell us the specific version of the platform) Android

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

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

  1. Start the application ..
  2. Go into month view (by tapping the word 'month' on the top of the playground app)
  3. Then select a date with events on it
  4. The view of the week-view Radcalendar expands to the height of the entire calendar where as I would like it to be the height of just the numbers like in the month view calendar and have the listview take majority of the screen from this point.

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

Here is an example playground where it works fine on IOS but isnt working in Android. https://play.nativescript.org/?template=play-ng&id=DKSI1b&v=222

pekevski commented 4 years ago

Hi @tsonevn any update on this at all - I understand there might be more pressing issues, I just need to give an update on this. Thanks