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

Unable to exit help menu using the X in Trash Disposal #334

Closed
kristylynn1984 opened this issue Apr 16, 2020 · 1 comment · May be fixed by #413
Closed

Unable to exit help menu using the X in Trash Disposal #334

kristylynn1984 opened this issue Apr 16, 2020 · 1 comment · May be fixed by #413
Labels
Platform: Android Android Issue Priority: High Type: Bug Something isn't working

Comments

@kristylynn1984
Copy link
Collaborator

Describe the bug
In the Town Info screen, clicking the ? brings up a message and nothing happens when clicking the X to close it. The phone's back button needs to be used instead to get the message to go away.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Trash Disposal'
  2. Click/stay on 'Town Info'
  3. Click '?.'
  4. Try clicking the 'X' to close

Expected behavior
Clicking X would close the message

Screenshots
Screenshot_20200416-164613_Expo

App Version (found on "Menu" screen): 3.0.14

Smartphone (please complete the following information):

  • Device: Samsung Galaxy S7
  • OS: Android 8.0.0
@kristylynn1984 kristylynn1984 added Platform: Android Android Issue Priority: High Type: Bug Something isn't working labels Apr 16, 2020
@nfloersch nfloersch added this to To Do Bugs in Green Up Mobile App 2020 Apr 17, 2020
@nfloersch
Copy link

This may suffer from the same issue we saw with the map's toggle switch controls. The basis of the issue was that there is an attempt to treat the content as a modal, and Android does not do modals the same way as iOS... so the easiest solution ended up ditching the modal concept and just using an additional screen in the screen stack to hold the content.

@doub1ejack doub1ejack moved this from To Do - top priority to In Code Review in Green Up Mobile App 2020 May 29, 2020
Green Up Mobile App 2020 automation moved this from In Code Review to Done Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: Android Android Issue Priority: High Type: Bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

2 participants