-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BufferQueue has no connected producer #763
Comments
I tried to use Hybrid composition as descripted here: https://flutter.dev/docs/development/platform-integration/platform-views This works very well, map keeps visible after orientation change. Test code (android only!):
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@tobrun We're also experiencing this issue - could it possibly be reopened? |
Also experiencing this issue... |
should be fixed by #916 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Could we have a status on this ? Or a quick fix maybe ? Our clients are experiencing this issue. Thanks |
you can try testing with flutter 2.13 beta as well as turning on hybrid composition |
Thanks for the quick answer, how do I turn on hybrid composition in mapbox 15.0? |
Using hybrid composition makes the map come on top of the page when coming back from background just like in #954 |
Same issue here, the whole map goes black or white (depends on the project). Black screen (real project) / White screen (minimal project). Is there someone who have a work around ? Or a fix ? We tried with the latest commit of the master branch of Mapbox but still having this black/white screen. Log error are spamming this :
We managed to reproduce this white screen with our minimal project also. But it is random, sometimes it is when we do too much work with the app (click, move, resize, ...), and sometimes it is when we launch the app:
Here is a video of the issue, Pixel 4 Android 12 : |
@felix-ht can we get a status on this ? Right now we have to choose between this bug and the crash when turning on hybrid composition |
Any status on this? |
Found out that in [#0feb12bce79da96e5e54c1c422cebc9f2dee799c](0feb12b) the line Adding this line again resolves the issue for me. Though my logcat gets flooded with Any objections to adding this line again to the MapboxBuilder? |
I can reproduce this 100% on Galaxy S8 with Android 9, and randomly on Galaxy S10 with Android 12 |
running example app I get this after orientation change:
map disappears. Just white container.
After some more changes of orientation map comes back visible.
This happens on Google Pixel 6
The text was updated successfully, but these errors were encountered: