CivicTechAtlanta / early-voting

Early voting information for Georgia
http://earlyvoting.codeforatlanta.org
BSD 3-Clause "New" or "Revised" License
4 stars 6 forks source link

Tapping on map markers on mobile doesn't open the popup #7

Open mapsandapps opened 8 years ago

mapsandapps commented 8 years ago

For some reason, trying this when emulating touches in chrome works fine, so this needs to be tested on a device.

mapsandapps commented 7 years ago

From #28:

Steps to reproduce:

  1. Load the site on a mobile device
  2. Search for a county, and view the county map
  3. Tapping on a placemark does not show any pop-up

Also, for testing on a device using localhost (pretty sure I didn't know how to do this a year ago when I made this bug report):

  1. Make sure your computer and your device are on the same network
  2. Run grunt serve on the app on your computer like normal
  3. Find your computer's local IP address using ifconfig or another method
  4. Change line 77 of angular/Gruntfile.js to `hostname: '0.0.0.0' or your local IP address
  5. Go to [your-ip-address]:9000 in your mobile browser