You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* with {@link ionic.service:$ionicScrollDelegate}.
49
49
* @param {boolean=} padding Whether to add padding to the content.
50
50
* of the content. Defaults to true on iOS, false on Android.
51
-
* @param {boolean=} scroll Whether to allow scrolling of content. Defaults to true.
51
+
* @param {boolean=} scroll Whether to allow scrolling of content. Defaults to true. Note: scroll="false" removes the .scroll child element on element compilation, not on scope change
52
52
* @param {boolean=} overflow-scroll Whether to use overflow-scrolling instead of
53
53
* Ionic scroll.
54
54
* @param {boolean=} has-bouncing Whether to allow scrolling to bounce past the edges
0 commit comments