Skip to content

Instantly share code, notes, and snippets.

@marxjohnson
Created November 29, 2018 11:38
Show Gist options
  • Save marxjohnson/06ddfe82041757422eb9c4cf6c60cc30 to your computer and use it in GitHub Desktop.
Save marxjohnson/06ddfe82041757422eb9c4cf6c60cc30 to your computer and use it in GitHub Desktop.
Fix inifinte scroll in Moodle app plugin
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