-
Notifications
You must be signed in to change notification settings - Fork 8
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
Mobile view navigation buttons missing in "reduced user interface" #248
Comments
confirmed to fail in Safari 16.3, Chrome 111, and Firefox 111 on Ventura 13.2. Only firefox displays a console error: Error: Promised response from onMessage listener went out of scope init.js:79:27 |
related to #247 |
only present on forced reduced user interface at desktop size. Buttons are still present on this GI when reducing window size |
Users are still be able to navigate using browser back and forward buttons but there is no substitute for the other missing buttons. |
Browser back button bounces them out of the LHI instance of the viewer and takes them back to the LHI landing pages. Here's an LHI test GI to show it - https://lawhelpinteractive.org/Interview/InterviewHome?templateId=8291 |
Reduced user interface is supposed to trigger mobile view at desktop size. However, it's not doing that exactly. The navigation buttons present that allow an end user to go back aren't present. So there's no way for an end user to go back in an interview without going into navigation panel and jumping back to previous pages.
Also missing are "Save and Exit"/"Resume" buttons in this reduced user interface.
Same interview in reduced user interface mode -
![image](https://user-images.githubusercontent.com/7662028/230442735-ef15474f-d393-4939-8821-58802f1592a3.png)
The text was updated successfully, but these errors were encountered: