You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error and of course no map.
Page1 I create and draw a map via XML.
(destroy map and go to Page2)
Page 2 something else
page 3 something else
Page4 try to create another map XML and get the error.
This is how I create the map on both pages. However the first page I have the map fullscreen.
I also found this error on mapbox-gl-native project and wonder if they could be related?
I have not seen this issue myself, but changing the embedded demo app from a GridLayout to your StackLayout doesn't render a map (without an error). So I started digging.
Turns out the height property of the StackLayout isn't propagated down to the MapboxView automatically (the width is) so the height is 0 and the map is invisible.
I've changed the plugin code to apply the parent width/height if you didn't explicitly set those properties on the MapboxView object, and now the map will automatically fill the available space in the parent container.
I get this error and of course no map.
Page1 I create and draw a map via XML.
(destroy map and go to Page2)
Page 2 something else
page 3 something else
Page4 try to create another map XML and get the error.
This is how I create the map on both pages. However the first page I have the map fullscreen.
I also found this error on mapbox-gl-native project and wonder if they could be related?
The text was updated successfully, but these errors were encountered: