-
Notifications
You must be signed in to change notification settings - Fork 54
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
[Question] Close Button at Reader Settings #58
Comments
It used to work like that, but with the new back button being added, its changed and now broken? |
as a fix, the back button could pop any path urls that have |
When you go to the prev/next chapter in the reader view, there no new entry made to history stack, instead it replaces current entry on History. |
For the Chapter Selection in the Nav that's true, but not for the Chapters which were loaded while in endless mode. |
Are we good now? |
Yes |
The Close Icon in the Reader Settings onClick calls
history.back()
which is the previous chapter if you've read a while.Is this intended behaviour? For me the expected behavior would be either closing the Settings Nav(but there's already a button for it) or going back to the manga detail page.
The text was updated successfully, but these errors were encountered: