Hi,
We are running an app both for Android and iOS using the Google maps mobile SingleLocationMap to show single locations on a mobile screen. This is app has been running for over a year with the several Google maps options set, in this case 'zoomcontrole: true' to enable the zoom input in the right lower corner of the maps widget. In earlier version this has been running very smoothly on both iOS and Android. We have updated the component regulary (currently on version 3.0.0) both some version back, the zoom control options were no longer available for iOS devices.
We did not make any signficant changes to our maps implementation except for now either inputting geocoordinates or an address. Before it was just an address.
Current, configured map options are:
SyntaxEditor Code Snippet
"{ ""maxZoom"":18, ""mapTypeControl"":false, ""clickableIcons"":false, ""streetViewControl"":false, ""fullscreenControl"":false, ""zoomcontrol"":true, ""draggable"":false }"
as taken from https://developers.google.com/maps/documentation/javascript/reference/3.32/map#MapOptions
By default, the zoomcontrol is always true btw. What did change for iOS and how do I get zoom control back? I read somewhere that certain maps api versions had an iOS bug related to the zoom control options. Maybe the api version needs to be updated?