-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/directions page #208
base: develop
Are you sure you want to change the base?
Conversation
@rbslm Do we intend on the user being able to continously push new I am able to create more than one of that page after selecting the "Get Directions" button from the drawer, but to return to the main menu, I need to press back the number of times I created the pages. Should I not be able to press back and be instantly returned to the main menu, regardless of the number of "Get Directions" pressed? |
There seems to be an issue when my device's location is near a campus, and that the map displays accordingly, and that I attempt to get the Directions to a building, and press back after, I get a Black Screen that prevents me from getting back into the home page or that initial map that gets loaded.
I would like @MeSumo or @rbslm to reproduce if this is just on my end or not. I will adjust this in the mean-time on my own. |
This was fixed using Navigator.pushAndRemoveUntil() instead of Navigator.pushReplacement(). |
🛠 Proposed Changes:
Implement navigation to directions feature
📝 Details:
🔗 Related Issue(s):