-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.0
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
Right now we're using JS scrolling. From Ionic web:
Native scrolling can be enabled using overflow-scroll=”true” on your ion-content or using the $ionicConfigProvider to set it globally in current versions of Ionic.
In the doc Ionic recommends using JS scrolling. We should test if native scrolling works fine and decide if we want to apply it.