Page Transition Problem with Safari and Google Maps API 3.31
Google recently moved to Maps API V3.31. Now in Safari if I select the Back button on any page it does not respond on the first tap. The second tap does seem to work.
- <a href="#" data-rel="back" class="header-btn ui-btn-left"><img src="css/images/white/765-arrow-left.png" />Back</a>
But then any panel (popup, page) that gets closed always goes to the main panel. This does not happen in Chrome.
And it does not make any difference if its the page the map is on. Just having the API loaded causes the issue. API V3.30 does not exhibit this problem.
Anyone have any ideas?