我还没有能够找到关于为什么Ionic想要默认的离线内容为false的文档。
我的一般理解是离子已经从本机(ios和android)控制了滚动处理。所以,我试图了解has-bounce配置选项的局限性。即,如果我将has-bouncing设为true,将会/可能会破坏什么?
While we recommend using the custom Scroll features in Ionic in most cases, sometimes (for performance reasons) only the browser’s native overflow scrolling will suffice, and so we’ve made it easy to toggle between the Ionic scroll implementation and overflow scrolling.
http://ionicframework.com/docs/api/directive/ionContent/
旁注:似乎android有一个本机方法来处理这个事件? (https://developer.android.com/reference/android/widget/ScrollView.html#setOverScrollMode%28int%29)。
提前感谢任何见解!