-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
fix(mobile): compass button overlaps status bar #22330
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
Conversation
|
How useful is a compass on the map view? Can we just disable it instead? |
|
Sure, that's also an option. Not sure why it is there in the first place... |
Let's just disable it. I think we just forgot disabling it since the initial release. |
shenlong-tanwen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's go with disabling the compass
the compass is needed to flip back the map to it's original orientation 'North-south' so if you remove the compass, it's necessary to disable the ability to turn the map |
|
@shenlong-tanwen should we disable the compass then or not? Opinions on this seem a bit conflicting... |
* fix(mobile): compass button overlaps status bar * fix(mobile): disable rotation for map --------- Co-authored-by: Alex <[email protected]>
Description
Fixes #22319
Changes
Disabled rotation and compass icon for the map, for now.