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 have an issue where a layout over the MapboxMap does not render correctly on Android, but does on iOS.
In simple terms, I have a simple Positioned TextField that is placed near the top of the screen. As I said, this lays out correctly on iOS, but on Android it appears to render the top layer first, then overlay it with the map view.
I have created a minimum reproducible project in github at Sample Application
Potentially I am doing something wrong in this simple app, otherwise there may be a bug that needs dealing with.
Is anybody able to point me in the right direction.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have an issue where a layout over the MapboxMap does not render correctly on Android, but does on iOS.
In simple terms, I have a simple Positioned TextField that is placed near the top of the screen. As I said, this lays out correctly on iOS, but on Android it appears to render the top layer first, then overlay it with the map view.
I have created a minimum reproducible project in github at Sample Application
Potentially I am doing something wrong in this simple app, otherwise there may be a bug that needs dealing with.
Is anybody able to point me in the right direction.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions