I downloaded the trail version of mobile scheduler. But I found it does not display well in my iphone 6 plus.
Same issue when I use it to browse your official demo
http://docs.webix.com/samples/62_scheduler/01_basic/04_readonly.html
Could you please advise?
maksim
January 8, 2015, 9:08am
2
Can you please provide some more details, which issues do you have ? Is some functionality is broken, or sample doesn’t work at all ?
We have tested all samples on iphone and all of them works from our side.
Maria
January 13, 2015, 3:35pm
4
Hello,
we have reproduced the problem. It will be fixed in the new version (release is planned for next week).
Sorry for inconvenience.
the issue is fixed. But I found another issue.
When I turn the mobile into horizontal mode,
It doesn’t allow scroll in month view, and the bottom bar is missing.
Android device also have this issue.
Maria
January 28, 2015, 1:02pm
6
Mobile Scheduler was designed for portrait mode. The Month view has scrollable List (not the whole view) and Calendar has fixed height.
However, we have considered the issue, and decided to modify a layout of the Month view. Scheduler will allow to scroll the whole Month view (calendar+list). This modification will be included into next build (released in 1-2 days).
Thanks, I found “Today Clear” button were added in month view when I update the build. How do I remove it?
Maria
January 29, 2015, 4:01pm
8
Hello,
the buttons can be removed as follows:
$$("scheduler").$$("calendar").define("icons",false);
$$("scheduler").$$("calendar").refresh();
The next build that will be released tomorrow will render calendars with no icons by default.