Skip to content
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

Implement Viewer Navigation #8

Closed
winterdl opened this issue Aug 30, 2021 · 1 comment
Closed

Implement Viewer Navigation #8

winterdl opened this issue Aug 30, 2021 · 1 comment

Comments

@winterdl
Copy link

I used to read manga by tachiyomi app, they implemented several viewer navigation types beside up down volume buttons, I think it is good if you support one of these kinds:

RightAndLeftNavigation
/**

  • Visualization of default state without any inversion
  • +---+---+---+
  • | N | M | P | P: Move Right
  • +---+---+---+
  • | N | M | P | M: Menu
  • +---+---+---+
  • | N | M | P | N: Move Left
  • +---+---+---+
    */

KindlishNavigation
/**

  • Visualization of default state without any inversion
  • +---+---+---+
  • | M | M | M | P: Previous
  • +---+---+---+
  • | P | N | N | M: Menu
  • +---+---+---+
  • | P | N | N | N: Next
  • +---+---+---+
    */

EdgeNavigation
/**

  • Visualization of default state without any inversion
  • +---+---+---+
  • | N | N | N | P: Previous
  • +---+---+---+
  • | N | M | N | M: Menu
  • +---+---+---+
  • | N | P | N | N: Next
  • +---+---+---+
    */

LNavigation
/**

  • Visualization of default state without any inversion
  • +---+---+---+
  • | P | P | P | P: Previous
  • +---+---+---+
  • | P | M | N | M: Menu
  • +---+---+---+
  • | N | N | N | N: Next
  • +---+---+---+
    */
@gsioteam
Copy link
Owner

gsioteam commented Sep 7, 2021

Ok, I got. I think one version in the future for improving the view page UI. At that time this feature will be added.

@winterdl winterdl closed this as completed Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants