Giter Site home page Giter Site logo

感谢 about novelreader HOT 3 CLOSED

newbiechen1024 avatar newbiechen1024 commented on May 5, 2024
感谢

from novelreader.

Comments (3)

newbiechen1024 avatar newbiechen1024 commented on May 5, 2024

项目还在维护的,只是最近需要忙别的事情,没有时间维护项目。等忙完了会继续做的。哈哈,很高兴你觉得这个项目还可以。

from novelreader.

le9527 avatar le9527 commented on May 5, 2024

博主,向前翻页的时候有个地方判断的不好,导致向前翻页不太灵敏,我按着如风那个对比了一下,给你贴下修改的地方(在HorizonPageAnim中):
if (isMove) {
//判断是否是准备移动的状态(将要移动但是还没有移动)
isMove = true;
if (mMoveX == 0 && mMoveY == 0) {
//判断翻得是上一页还是下一页
if (x - mStartX > 0) {
isNext = false;
} else {
isNext = true;
}
isCancel = false;
if (isNext) {
Boolean isNext = mListener.hasNext();
setDirection(Direction.NEXT);
if (!isNext) {
noNext = true;
return true;
}
} else {
Boolean isPre = mListener.hasPrev();
setDirection(Direction.PRE);

                        if (!isPre) {
                            noNext = true;
                            return true;
                        }
                    }
                } 

,希望能帮到后来下载的朋友。感谢博主无私奉献精神!!!

from novelreader.

newbiechen1024 avatar newbiechen1024 commented on May 5, 2024

谢谢指正,我会尽快修复这个问题。希望你能够创建个issue,这样好让更多朋友看到。项目还有存在很多问题,请继续赐教,谢谢~。

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.