Giter Site home page Giter Site logo

Comments (4)

newbiechen1024 avatar newbiechen1024 commented on May 5, 2024

好的,正在修复。。。

from novelreader.

newbiechen1024 avatar newbiechen1024 commented on May 5, 2024

问题解决,并更新了。

如果想了解问题产生的原因的话,是这样的:这是代码的逻辑问题。当进入到阅读器的时候,代码首先会加载第一个页面。当我们用手指滑动加载下一页,这时整个屏幕就有两个页面存在了,命名为第一页和第二页,代码就将显示的第二页作为 curPage,也就是当前页。此时再向上滑动,滑动到第二页被隐藏,第一页的上一页被加载。但是由于 curPage 其实是原先的第二页,所以此时获取到的第一页的上一页是第二页的上一页,就是第一页,也就是第一页的上一页加载的内容,还是第一页的内容,所以就导致重复了。。。(可能用图表示更好 /(ㄒoㄒ)/~~)

from novelreader.

 avatar commented on May 5, 2024

@newbiechen1024 手指只能移动一小段距离的 bug。这是什么原因?没看懂

from novelreader.

newbiechen1024 avatar newbiechen1024 commented on May 5, 2024

只能移动一小段距离,是我在 ScrollAnimation 中多加了最小滑动距离判断造成的,删掉就好了 。。。

from novelreader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.