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

Support Back Button menu #122

Open
roger-tan opened this issue Aug 11, 2020 · 1 comment · May be fixed by #147
Open

Support Back Button menu #122

roger-tan opened this issue Aug 11, 2020 · 1 comment · May be fixed by #147
Assignees

Comments

@roger-tan
Copy link
Contributor

iOS 14 has a new behaviour for the back button. A long press to the back button reveals a menu and you can navigate to any previous screens pushed in the navigation controller.

demo-back-button

@annapiktas
Copy link
Contributor

It looks like Back Button menu - UI context menu is already supported. The elements/items of the UI context menu conform to the Button and can be accessed by the title/ name therefore there is no need to create a new element to UI context menu nor for the elements.

Worth mention that the UI context menu elements/ items are available on the page even when UI context menu is not revealed/ opened. However there seem to be an issue on UI when long pressed reveals the UI context menu but make the elements not accessible. This seems to be UI issue only that might need to be investigated later.

@annapiktas annapiktas self-assigned this Dec 24, 2020
@annapiktas annapiktas linked a pull request Dec 24, 2020 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants