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

'Back' button is missing from signature page on mobile in vertical mode #300

Closed
plocket opened this issue Jun 10, 2020 · 3 comments
Closed

Comments

@plocket
Copy link
Contributor

plocket commented Jun 10, 2020

From what I can see, no 'Back' button appears at the bottom of the signature screen, even when the interview config says to add a 'Back' button to the screens.

@jhpyle
Copy link
Owner

jhpyle commented Jun 10, 2020

With this test interview:

features:
  question back button: True
---
mandatory: True
question: Hello
continue button field: intro
---
mandatory: True
question: Sign here
signature: signature
under: John Smith
---
mandatory: True
question: All done

I see this screen:

image

So I am not sure what you are referring to.

@plocket plocket changed the title 'Back' button is missing from signature page 'Back' button is missing from signature page on mobile in vertical mode Jun 11, 2020
@plocket
Copy link
Contributor Author

plocket commented Jun 11, 2020

Sorry, I was missing a piece of the information. This is specifically in mobile on vertical mode. If configuring the 'Back' button to appear doesn't trigger a back button on that page, how does an interview writer make sure there's a back button on that page?

@jhpyle
Copy link
Owner

jhpyle commented Jun 11, 2020

In the same interview when the screen is small, I get this:
image

The default behavior for screens under 768px in width is not to include a back button on the signature screen but rather to include a button that lets the user clear the signature area in case they want to redo their signature.

However, if you set question back button: True in features, a back button will be shown in place of the Clear button if the user is otherwise able to go back.

On small screens, the real estate is extremely limited, so there is no room for any additional buttons.

@jhpyle jhpyle closed this as completed Aug 13, 2022
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