-
Notifications
You must be signed in to change notification settings - Fork 501
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
Map covering scaffold app bar [android] [bug] #1008
Comments
used this
at least now it the proper size but it has to be removed as now it covers all the screen |
I should add that I can tap the buttons (hidden by the map) through the map. BUT I couldn't notice since the map actually always shows over the full app if I render it once. If I wrap it in a SafeArea() then it does not reach the bottom (allowing me to see a bit what's happening behind it, hence how I figured out it was ALWAYS showing) One more bug or weird thing happening is that if I swipe to another opened app and come back then it's the bottom buttons not showing anymore and the map is finally inside the scaffold's body BUT if going to another screen the map is still showing over. It's basically the unique thing retaining me from releasing the app. It's getting a bit frustrating as everything else works perfectly if I don't put it in... (and why only on Android?) |
SOLVED: You have to add to replace
by
in MapboxMapBuilder.java line 17 I do NOT close with this comment (waiting for answer) as now I get 1000s of print and it still doesn't feel right. Also fixing 2 days of struggle with only .textureMode(true) added seams sus... |
Hey, any update on this? Is it an approved solution that should be merged? |
Same guy as swiftyflow (never able to login on my phone 😅) this last bit worked for me and I never had the issue thereafter. Clean aWay seems to be fine on both iOS and android. I didn’t close to get whoever’s attention on it… |
I'm having the same issue, doing as @SwiftyFlow said helped. |
Nice thanks, but I wondered if this solution will be actually accepted and released by contributors. 😎 |
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. |
Up |
@SwiftyFlow Where does |
It works for me, thank you @ntatko you need to clone the entire project and then you will find this file at |
This worked for me |
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. |
I have the map covering the app bar only on Android & it actually do not reach the bottom either...
Any idea?
The text was updated successfully, but these errors were encountered: