cybersthang / gmaps-utility-library-dev

Automatically exported from code.google.com/p/gmaps-utility-library-dev
0 stars 0 forks source link

Clicking on links in ExtInfoWindow doesn't work on iPhone. #212

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Navigate to 
http://gmaps-utility-library-dev.googlecode.com/svn/tags/extinfowindow/1.2/examp
les/ajaxContent.html on an iPhone, iPad or Android device.
2. Click the link in the InfoWindow.
3. There is no step 3.

What is the expected output? What do you see instead?
Expected to follow the link, instead the map pans and nothing happens.

What version of the product are you using? On what operating system?
iPhone iOS 5.

Original issue reported on code.google.com by h...@kodamera.se on 5 Jan 2012 at 12:33

GoogleCodeExporter commented 8 years ago
Fix: Add touchstart to stolen events.

var stealEvents = ['touchstart', 'mousedown', 'dblclick', 'DOMMouseScroll', 
'onmousewheel'];

Original comment by katz...@gmail.com on 12 Apr 2012 at 9:34