ui-mapbox icon indicating copy to clipboard operation
ui-mapbox copied to clipboard

Svelte Native - IOS: Zoom is not working and Compass is not visible

Open narender56 opened this issue 2 years ago • 0 comments

I'm using this plugin in svelte native, and I've tried setting disableZoom = false and hideCompass = false, but neither of these options works. Is anyone else having the same problem? Also, when I set zoomLevel = 18 >=, the app crashes, I'm not sure why.

 <mapBox
            accessToken={GOOGLE_MAP_API_KEY}
            mapStyle="traffic_day"
            latitude="53.6060"
            longitude="10.0453"
            zoomLevel="16"
            minZoom="10"
            showUserLocation={true}
            height="100%"
            width="100%"
          />
image

narender56 avatar Jun 12 '22 22:06 narender56