-
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
Double tap needed to open some trailheads #147
Comments
What I've discovered for this issue: On first click of the marker, the
Other than the false/true value different all other variables surrounding the first and second click appear the same. When the trail detail view is closed with (https://github.com/codeforamerica/trails-mobile/blob/master/www/js/application/controllers.js#L214), only one click is required. However, when closed using the (X) in the upper-right of the trail detail view (https://github.com/codeforamerica/trails-mobile/blob/master/www/js/application/controllers.js#L592), two clicks are required. Possibly the map needs an initial click to give it focus? However, I experimented with Additionally, when the the close button (https://github.com/codeforamerica/trails-mobile/blob/master/www/index.html#L134) is refactored to not call |
I've assigned fixing this bug to the v1 release. I'm afraid it may be out of scope given the turnaround we are seeking though. |
Steps to repeat issue:
The text was updated successfully, but these errors were encountered: