I built a website with Angular 2+ and included the Google Maps Api in my index.html file:
<script
async
defer
src="//maps.googleapis.com/maps/api/js?[myKey]&libraries=places">
</script>
<script src="//unpkg.com/@google/[email protected]/dist/markerclustererplus.min.js"></script>
After I reload the page only on my Iphone, the map won't show and I get the error: "Can't find variable : google"
On PC and Android it is working fine.
What can i do to solve the error?