Steelhacks-2023 / Lost-At-Pitt

Lost @ Pitt is a multi-platform lost-and-found tracking application, allowing users to return & reclaim lost items. Currently in development!
https://steelhacks-2023.github.io/Lost-At-Pitt/
6 stars 0 forks source link

Clicking on Map Icon #3

Closed jeffzheng13 closed 1 year ago

jeffzheng13 commented 1 year ago

Currently clicking on map icon results in out of bounds on mobile devices. Works properly on Windows and MacOS web versions. We can move away from an AlertBox which is the current implementation?

tbeidlershenk commented 1 year ago

Yeah I've got a solution to this, we can open a PostPage with the item from the clicked icon. This page is already implemented we just need to update the onTap trigger. It will opens a sub-page overtop the main page (in this case the map) and any clicks inside of that subpage won't register on the map, but the user can return to the map by of clicking outside the sub-page.