felixkrautschuk
felixkrautschuk
@vikasacharya16 try adding `androidScaleType="centerInside"` to your xml
@Yermo I renamed the minZoom/maxZoom methods according the mapbox-gl-js namings, so setMaxZoomLevel -> setMaxZoom setMinZoomLevel -> setMinZoom getMaxZoomLevel -> getMaxZoom getMinZoomLevel -> getMinZoom
@NeriCodec are you still able to use this code snippet with the latest version of this plugin? (5.0.1) ``` export function onMapReady(args) { let nativeMapView = args.ios ? args.ios :...
@Yermo thanks for your fast reply. I checked the updated demo app (NativeScript Core + TypeScript) and there you try to access the native element the same way and it...
@Yermo I created a pull request for minZoom/maxZoom here https://github.com/Yermo/nativescript-mapbox/pull/365 and added that to the demo app as well. You can now call setMinZoom and setMaxZoom methods and set the...
@farfromrefug thank you for the very fast fix! The inactive color for stroke and floating are working now as expected on Android. Now there is a new "problem" on Android:...
@farfromrefug I'm pretty sure the placeholder-color was working as expected before the latest fix. But I prefer the latest version ;) I will leave this issue open open for now,...
This limitation will get more impact in the future, as there are more and more pods written in swift without exposing everything to obj-c.
I hope that this will be given a higher priority. As an example, a new version of the Mapbox library has been released and it seems that there will be...
@EddyVerbruggen are there any plans when this plugins gets updated to support NS 6.x?