-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double page laod speedup & Fullscreen & Mouse wheel move #599
Conversation
we don't need canvas nomore... canvas draw is so slow and heavy
we don't need canvas nomore... canvas draw is so slow and heavy
now when popup is open page don't change. and some position issue fix
i add some fullscreen on pc web and new event key press F(fullscreen toggle) and when u active fullscreen u can use a mouse wheel to move. enjoy :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 Thanks a lot for willing to contribute with Reader improvements! 🙏
As you've probably seen it's a bit complex, so I'll gladly accept the work.
Most of the changes here are good (I especially appreciate fullscreen mode!), but I tested the PR and found a few issues that have to be fixed before I can merge this.
@Difegue i don't know how close the your review so u need check again! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lookin' good and almost bug free it seems! 👀
A few more nitpicks from me and I think we can merge this afterwards.
i fixed all review well i'm too late sorry about that |
Yup, looks great! 🎊 |
canvas draw is so slow and heavy when load high resolution image...
so change this code like single page view
no more need to draw in canvas
and i change imagemap to jquery
outer-left, outer-right is now work perfectly