Joshua Rippon
Joshua Rippon
Wondering this this is the same issue one of my users is experiencing.... Here is the screenshot  Mapbox Flutter SDK Version: 2.7.0 The Device: HUAWEI Android Model: CLT-L09 Flutter...
Hey @pjleonard37. Have you guys managed to find out what's going on? We have had a few more users report the issue, even got a 1 star review so quite...
I haven't actually been able to reproduce the issue myself sorry! We managed to capture an error being produced by the person experiencing this issue though. `PlatformException(channel-error, Unable to establish...
I have also been still getting a number of complaints from customers about either their map not loading at all or just freezing. It feels like it might be something...
Would really love some explanations and solutions to this! Our app is unusable to those people above. May have to downgrade back to v1.1.0 but don't really want to do...
This is how we use it in _onMapCreated ``` _onMapCreated(MapboxMap mapboxMap) async { this.mapboxMap = mapboxMap; GeocodeService.instance.setMapboxMap(mapboxMap, key: 'main'); mapboxMap.compass.updateSettings(CompassSettings(enabled: false)); mapboxMap.scaleBar.updateSettings(ScaleBarSettings(enabled: false)); mapboxMap.gestures.updateSettings(GesturesSettings( pitchEnabled: false, )); pointAnnotationManager = await...
BTW the reason we have it being called in the camera change listener is because we were having issues with it applying consistently in onMapCreated
Thanks @tchengck Ok I was able to reproduce the issue on a Huawei device. I was able to fix the issue by setting `androidHostingMode: AndroidPlatformViewHostingMode.HC,`