We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e622a4 commit 26f3397Copy full SHA for 26f3397
js/views/scrollViewNative.js
@@ -22,6 +22,8 @@
22
23
if(options.startY >= 0 || options.startX >= 0) {
24
ionic.requestAnimationFrame(function() {
25
+ self.__originalContainerHeight = self.el.getBoundingClientRect().height;
26
+
27
self.el.scrollTop = options.startY || 0;
28
self.el.scrollLeft = options.startX || 0;
29
0 commit comments