-
Improvement
-
Resolution: Fixed
-
Minor
-
1.2
-
MOODLE_12_STABLE
-
MOODLE_12_STABLE
Currently we are using a very basic library for supporting scrolling in touch devices
There is an alternate way, some modern touch devices (Android 4.2 and iOs 6) supports a CSS property -webkit-overflow-scrolling: touch;
We must detect we are in a touch device that supports this property for using the native scroling and not our library