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

Allow sliding through introductory screens #1867

Closed
matkoniecz opened this issue May 30, 2020 · 6 comments
Closed

Allow sliding through introductory screens #1867

matkoniecz opened this issue May 30, 2020 · 6 comments
Assignees
Labels

Comments

@matkoniecz
Copy link
Member

matkoniecz commented May 30, 2020

Use case
In apps that I encountered it is typically possible to

  • get back to the previous screen

  • move to previous/next by sliding gesture - at least that what I tried at first

Proposed Solution
Support sliding gesture (and optionally also add "back") UI button.

Maybe also support "back" action. Currently it exists app and intro is lost.

I just tested:

uninstall app
install app
click next
use "back" action to see the previous screen

app exists, on reopening intro screens are lost (and inaccessible from "about" menu)

Not sure whatever "support "back" action", "link intro from about menu" "do not exit app if selected back on intro screens" are worth reporting as separate issues or should be classified "feel free to make a PR".

@westnordost
Copy link
Member

Going back would actually mean considerable implementation effort.

But if you send the app to the background via back (or does "back" actually exit the app, I am not sure, I thought it wouldn't) and if you bring it back to foreground, the tutorial is gone, that's a bug. Does it behave that way?

@westnordost westnordost added the feedback required more info is needed, issue will be likely closed if it is not provided label May 30, 2020
@matkoniecz
Copy link
Member Author

matkoniecz commented May 30, 2020

if you bring it back to foreground, the tutorial is gone, that's a bug. Does it behave that way?

Yes. Old phone (with Android 6).

Going back would actually mean considerable implementation effort.

Then not worth it.

@westnordost westnordost added bug and removed feedback required more info is needed, issue will be likely closed if it is not provided labels May 30, 2020
@matkoniecz
Copy link
Member Author

But if you send the app to the background via back (or does "back" actually exit the app, I am not sure, I thought it wouldn't)

Sends to background, and yes I retested again - and tutorial is gone.

@westnordost westnordost self-assigned this May 31, 2020
@matkoniecz
Copy link
Member Author

What about allowing to slide forward (in addition to allowing use of a "next" button)?

Looking at 9748840 it is not changed and it was not wontfixed like allowing to get back to a previous screen.

@westnordost
Copy link
Member

Having a slide forward when not having a slide backward would be a bit weird.

Also, sliding can happen by accident. That wouldn't be a problem if there was a slide-back, but there isn't

@smichel17
Copy link
Member

smichel17 commented May 31, 2020

There are only 3 slides, maybe an easier implementation would be to add a back button that goes all the way to the beginning. It would be unexpected, but at least someone who wanted to see an earlier slide could do so.

That said, I don't think this is a very big deal. Intro slides in general are a teaching crutch that should not be leaned on too hard; better to make the app more intuitive than spend more time explaining it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants