Ionic: Holen Sie sich ionicScroll onScroll event

Ich diesen thread gefunden, der sagt, wie man das scroll-Ereignis des ionicScroll:

http://forum.ionicframework.com/t/ionicscrolldelegate-doesnt-have-a-onscroll-event/19497

$ionicScrollDelegate.getScrollView().onScroll = function () {
    console.log($ionicScrollDelegate.getScrollPosition());
};

Aber das funktioniert nicht. Die offizielle doc nicht haben, etwas über diese. Keine Ahnung?

InformationsquelleAutor Christian Benseler | 2015-07-03

Schreibe einen Kommentar