Created
November 29, 2018 11:38
-
-
Save marxjohnson/06ddfe82041757422eb9c4cf6c60cc30 to your computer and use it in GitHub Desktop.
Fix inifinte scroll in Moodle app plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var views = this.NavController._views; | |
views.forEach(function(view) { | |
if (view.id === "CoreCourseSectionPage") { | |
view._cntDir.resize(); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment