Update 4.4.1 (Show Route details) now covered by Android navigation buttons
-
Just download the new update 4.4.1 and noticed that the show route details at the bottom of the screen has now moved under my Android Oneplus 12 navigation buttons.
MRA team can you please move it back above the Nav buttons
.
-
Yup, I think it's an Android 'edge-to-edge' problem* as noted here:
https://forum.myrouteapp.com/post/68605However, it doesn't tend to affect Flutter apps as long as the Flutter version is kept up to date, so I can't be sure.
Java apps definitely suffer unless the developer makes changes as directed by Google. I've just had to change 17 (much) simpler apps myself, and my 'love' of Google is somewhat diminished.
*Ref: https://developer.android.com/develop/ui/views/layout/edge-to-edge
-
Yup, I think it's an Android 'edge-to-edge' problem* as noted here:
https://forum.myrouteapp.com/post/68605However, it doesn't tend to affect Flutter apps as long as the Flutter version is kept up to date, so I can't be sure.
Java apps definitely suffer unless the developer makes changes as directed by Google. I've just had to change 17 (much) simpler apps myself, and my 'love' of Google is somewhat diminished.
*Ref: https://developer.android.com/develop/ui/views/layout/edge-to-edge
@richtea999 Sorry no access to this link
-
Just download the new update 4.4.1 and noticed that the show route details at the bottom of the screen has now moved under my Android Oneplus 12 navigation buttons.
MRA team can you please move it back above the Nav buttons
.
@JP-d In the first step, it is helpful to switch to gesture control in Android.
-
@JP-d In the first step, it is helpful to switch to gesture control in Android.
@Peter-Zehentreiter Agreed that is a good temporary work-around, but not the complete long-term solution.
The app needs to request, and take note of, the height of the navigation bar area - not assume it's zero/near-zero height.
-
Yup, I think it's an Android 'edge-to-edge' problem* as noted here:
https://forum.myrouteapp.com/post/68605However, it doesn't tend to affect Flutter apps as long as the Flutter version is kept up to date, so I can't be sure.
Java apps definitely suffer unless the developer makes changes as directed by Google. I've just had to change 17 (much) simpler apps myself, and my 'love' of Google is somewhat diminished.
*Ref: https://developer.android.com/develop/ui/views/layout/edge-to-edge
@richtea999 Very informative.
Thank you.