mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
set onScroll when scrolling to text input, closes #1213
This commit is contained in:
@@ -648,6 +648,7 @@ ionic.views.Scroll = ionic.views.View.inherit({
|
||||
console.debug('scrollChildIntoView', scrollTop);
|
||||
ionic.tap.cloneFocusedInput(container, self);
|
||||
self.scrollBy(0, scrollTop, true);
|
||||
self.onScroll();
|
||||
},
|
||||
(ionic.Platform.isIOS() ? 80 : 350)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user