Replies: 3 comments 1 reply
-
Thanks for the feedback @pamtbaau. That's real strange behavior. I haven't tested on an Android emulator yet. What android version are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Android v15 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tried to add an Issue, but it doesn't really fit the template. So posting it here...
I've run though all Examples and noted all Exceptions and unexpected behaviours I've encountered.
Tests are run on Android emulator running app in debug mode.
Examples
requestLocatioPermission
doesn't seem to do anything when permissions have already been granted.Circles not show. Needs tap.
Exception when clicking button
Change color
:"Exception has occurred.
PlatformException (PlatformException(channel-error, Unable to establish connection on channel: "dev.flutter.pigeon.maplibre.MapLibreHostApi.addCircleLayer.0"., null, null))"
See
MapLibreHostApi
line 503After creating a few circles, a new circle will not be displayed until a next circle is created.
Exception thrown when opening page.
"Exception has occurred.
PlatformException (PlatformException(channel-error, Unable to establish connection on channel: "dev.flutter.pigeon.maplibre.MapLibreHostApi.addSymbolLayer.3"., null, null))"
Exception thrown:
*"Exception has occurred.
StateError (Bad state: Element type of JArray must be nullable when all elements with null
Try using .nullableType instead)*"
See
StyleControllerAndroid
line 86Notes
Beta Was this translation helpful? Give feedback.
All reactions