Hello,
Is it possible to make the scheduler work on a blackberry without touchscreen?
In other words, can page scrolling been enabled?
Best regards,
Michiel Klaver
Hello,
Is it possible to make the scheduler work on a blackberry without touchscreen?
In other words, can page scrolling been enabled?
Best regards,
Michiel Klaver
Hello,
if the page scrolls were enabled, scheduler lists would not be scrolled. So, it is impossible to enable page scrolling
Hello,
I don’t use the list view, I want to scroll in de the view and in de new event view.
Is this possible?
Hello,
scheduler views are scrolled in HTML5 desktop browsers via mouse events.
I don’t use the list view, I want to scroll in de the view and in de new event view.
Please explain the issue and desired behaviour in detail
I don’t know I you have a BlackBerry without a touchscreen?
But when I scroll down with the navigation key, I can’t scroll down.
Hello,
Touch components are scrolled on mousemove in desktop browsers or on touchmove on touch devices.
It is also possible to set scroll position by scrollTo(x,y) method.