A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/tangbc/vue-virtual-scroll-list/issues/234 below:

安卓手机滚动下一页会出现白屏,getOffset方法可以兼容一下 · Issue #234 · tangbc/vue-virtual-scroll-list · GitHub

## 安卓手机滚动下一页会出现白屏
撸了下代码发现是getOffset方法有块地方不兼容 ,第686行     
   return document.documentElement[this.directionKey];
可替换为
 return document.documentElement[this.directionKey]||document.body[this.directionKey];


  getOffset: function getOffset() {
        if (this.pageMode) {
          return document.documentElement[this.directionKey]||document.body[this.directionKey];
        } else {
          var root = this.$refs.root;
          return root ? Math.ceil(root[this.directionKey]) : 0;
        }
      },


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4