I’m using this in conjunction with angular-google-maps, it doesn’t matter whether I include a valid Google MAP API key or not (please don’t say I didn’t include the API key, it doesn’t work with a valid key either).
None of my href links work when this javascript is included in iOS. It runs perfectly fine in any desktop browser, but once deployed to device or simulator no links work.
For some reason, you need to load the google map api script BEFORE cordova.js
<script src='https://maps.googleapis.com/maps/api/js?sensor=true'></script>
<!-- cordova script (this will be a 404 during development) -->
<script src="cordova.js"></script>
I had it after, and for some reason that broke the links in the iOS.