Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Problem

When scrolling up or down on a loaded form, it's possible that the scrolling becomes either slow or unresponsive. We implemented a technology called iScroll which helps scrolling on touch devices. In rare circumstances, it can conflict with the browsers scrolling behaviors and cause scrolling issues.

Solution

The fix is simple and can be done with a settings change. To fix this, set the iScrollOff property to TRUE and you’ll see the default HTML scrollbars instead.

  • No labels