You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I have to say we are really happy with the Mobiscroll components and the addition of the new form components was a welcome surprise as we were planning at this time of writing/integrating similar ones. 👍
So far, our test users seem to love your components except for the calendar one.
The main issue they have with it is the fact they can only scroll a month at a time.
Using the vertical scroll instead of the horizontal one made things a bit better though.
As our software allow users to customize the components they want, we now recommend them to use the date component and only use the calendar to select dates that are close to now.
IMHO, one thing that would make your calendar better is to add continuous/infinite scrolling. Like this, it would make is easier and faster to select dates.
I'm aware it might be difficult though as you would have to generate many more month "pages" and your calendar is already slow to animate on the Android WebView or Chrome (it's perfect on iOS though).
Regards,
David
The text was updated successfully, but these errors were encountered:
Hi,
First of all, I have to say we are really happy with the Mobiscroll components and the addition of the new form components was a welcome surprise as we were planning at this time of writing/integrating similar ones. 👍
So far, our test users seem to love your components except for the calendar one.
The main issue they have with it is the fact they can only scroll a month at a time.
Using the vertical scroll instead of the horizontal one made things a bit better though.
As our software allow users to customize the components they want, we now recommend them to use the date component and only use the calendar to select dates that are close to now.
IMHO, one thing that would make your calendar better is to add continuous/infinite scrolling. Like this, it would make is easier and faster to select dates.
This is now used in the Datepicker component of Angular Material:
https://material.angularjs.org/latest/demo/datepicker
I'm aware it might be difficult though as you would have to generate many more month "pages" and your calendar is already slow to animate on the Android WebView or Chrome (it's perfect on iOS though).
Regards,
David
The text was updated successfully, but these errors were encountered: