Bug in IPhone 6 plus

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?

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.

I take a screen cap for your reference , http://i58.tinypic.com/15zs8ky.png

device: iphone 6 plus
ios: 8
browser: safari
url: http://docs.webix.com/samples/62_scheduler/01_basic/04_readonly.html

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.

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?

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.