Skip to content
  • Categories
  • Recent
  • Popular
  • Support
  • MyRoute-app
Collapse
Brand Logo

MRA Community Forum

  1. Home
  2. The MyRoute-app
  3. [App] Problems, Bugs and other Issues
  4. Nav screen menu isn't fully displayed

Nav screen menu isn't fully displayed

Scheduled Pinned Locked Moved [App] Problems, Bugs and other Issues
10 Posts 6 Posters 2.0k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Rafał Kukla Offline
    Rafał Kukla Offline
    Rafał Kukla
    wrote on last edited by
    #1

    Hello,

    I noticed that some (not all) menus are cut off so selecting an item on the bottom is not possible:
    d119bd34-454f-490b-a978-e64dcd8bc92a-image.png

    This is a DMD T865X tablet, 1280x800, 210dpi.
    Display settings set as followed:
    87b90b40-eed2-4839-a1e6-0d8c4105bfd1-image.png

    App version 4.4.0

    BWM R1300GS + DMD-T865X + MRA

    1 Reply Last reply
    0
    • Con Hennekens Offline
      Con Hennekens Offline
      Con Hennekens
      Alpha tester
      wrote on last edited by
      #2

      Isn't that list scrollable...?

      I am just an enthusiastic MRA user, and hope you will be one too!

      Most motorcycle problems are caused by the nut that connects the handlebar to the saddle.

      Check out RideSleepRepeat.eu, a biker community for sharing stays across Europe

      1 Reply Last reply
      0
      • Rafał Kukla Offline
        Rafał Kukla Offline
        Rafał Kukla
        wrote on last edited by
        #3

        Yes,
        but it never fully shows the last item(s)

        BWM R1300GS + DMD-T865X + MRA

        Nick Carthew 1 Reply Last reply
        0
        • Rafał Kukla Rafał Kukla

          Yes,
          but it never fully shows the last item(s)

          Nick Carthew Offline
          Nick Carthew Offline
          Nick Carthew
          RouteXpert
          wrote on last edited by
          #4

          @Rafał-Kukla Can you hide the menu bar?

          Always willing to help if I can.
          Triumph Tiger 1200 XRT called Tina.
          MRA Navigation Next and SilverFox BJ8

          Rafał Kukla 1 Reply Last reply
          0
          • Nick Carthew Nick Carthew

            @Rafał-Kukla Can you hide the menu bar?

            Rafał Kukla Offline
            Rafał Kukla Offline
            Rafał Kukla
            wrote on last edited by
            #5

            @Nick-Carthew
            What menu bar?

            If you mean the Android nav bar, then yes: switching from 3-button to gesture navigation helps:
            95fa1141-8aa4-48b1-8fee-0bd0a4ba4718-image.png
            but this isn't a solution. I'm not going to use gestures while riding...

            BTW. "full screen" settings (Navigation Settings->Screen layout) is a workaround...
            however after exiting navigation track selection looks like this:
            e0475c68-3ec3-4851-aa92-185b63557a7a-image.png
            ...

            BWM R1300GS + DMD-T865X + MRA

            Marinus van Deudekom 1 Reply Last reply
            0
            • Rafał Kukla Rafał Kukla

              @Nick-Carthew
              What menu bar?

              If you mean the Android nav bar, then yes: switching from 3-button to gesture navigation helps:
              95fa1141-8aa4-48b1-8fee-0bd0a4ba4718-image.png
              but this isn't a solution. I'm not going to use gestures while riding...

              BTW. "full screen" settings (Navigation Settings->Screen layout) is a workaround...
              however after exiting navigation track selection looks like this:
              e0475c68-3ec3-4851-aa92-185b63557a7a-image.png
              ...

              Marinus van Deudekom Offline
              Marinus van Deudekom Offline
              Marinus van Deudekom
              RouteXpert
              wrote on last edited by
              #6

              @Rafał-Kukla Hi Rafal. I use the same tablet and have the same experiance. Trying to start your trip can be a Challenge Sometimes because the navigate button is mostly covered by the menu bar at the bottem. I could start the routes last week but having big hands like mine…….. using the full screen mode can be a solution but to my findings the result is even worse because you have to shut dien MRA to get something else started, like spotify. Shutting down the device completely solves the problem for a while, I guess it has something to do with the cache.

              Honda Goldwing GL1500,
              Honda Silverwing GL 650
              DMD2 T865X 8 inch Android tablet using MRA next for navigation
              Garmin XT sold
              Samsung S24FE mounted on a Quadlock and using Android Auto in my car

              1 Reply Last reply
              0
              • Corjan Meijerink Online
                Corjan Meijerink Online
                Corjan Meijerink
                Developer
                wrote on last edited by
                #7

                The “fullscreen” mode is only for navigation and not a solution.

                This is weird as it seems like the tablet does not report the navigation bar as part of the OS but simply adds it as overlay itself. Hence our app does not know about it’s existence so to say.

                Do other apps show similar spacing issues?

                Rafał Kukla Marinus van Deudekom 2 Replies Last reply
                0
                • Corjan Meijerink Corjan Meijerink

                  The “fullscreen” mode is only for navigation and not a solution.

                  This is weird as it seems like the tablet does not report the navigation bar as part of the OS but simply adds it as overlay itself. Hence our app does not know about it’s existence so to say.

                  Do other apps show similar spacing issues?

                  Rafał Kukla Offline
                  Rafał Kukla Offline
                  Rafał Kukla
                  wrote on last edited by
                  #8

                  Hi @Corjan-Meijerink:
                  Other apps works ok. Please note that other menus or buttons on map screens are not covered by the nav bar.
                  I created a sample app (I'm a mobile app developer btw) and insets reported by:

                   ViewCompat.setOnApplyWindowInsetsListener(binding.root) { v, windowInsets ->
                              val insets = windowInsets.getInsets(WindowInsetsCompat.Type.systemBars())
                  

                  are correct.
                  Also:

                  windowInsetsController.hide(WindowInsetsCompat.Type.statusBars())
                  windowInsetsController.hide(WindowInsetsCompat.Type.systemBars())
                  

                  works as expected

                  BWM R1300GS + DMD-T865X + MRA

                  1 Reply Last reply
                  0
                  • Corjan Meijerink Corjan Meijerink

                    The “fullscreen” mode is only for navigation and not a solution.

                    This is weird as it seems like the tablet does not report the navigation bar as part of the OS but simply adds it as overlay itself. Hence our app does not know about it’s existence so to say.

                    Do other apps show similar spacing issues?

                    Marinus van Deudekom Offline
                    Marinus van Deudekom Offline
                    Marinus van Deudekom
                    RouteXpert
                    wrote on last edited by
                    #9

                    @Corjan-Meijerink I’ve had this issue before and after rebooting the tablet the problem is gone. I think it had to do with not clearing the cache and after rebooting the chache has been cleared. After riding whole week last week I finaly got round to rebooting and yes the problem is gone. What’s your expert view on this

                    Honda Goldwing GL1500,
                    Honda Silverwing GL 650
                    DMD2 T865X 8 inch Android tablet using MRA next for navigation
                    Garmin XT sold
                    Samsung S24FE mounted on a Quadlock and using Android Auto in my car

                    1 Reply Last reply
                    0
                    • RetiredWingMan Offline
                      RetiredWingMan Offline
                      RetiredWingMan
                      Valued contributor
                      wrote on last edited by
                      #10

                      I've also seen these issues. While navigating, showing the list of waypoints the last waypoint does not scroll above the Android buttons so you can't read remaining time, distance etc.

                      2010 GL1800 Goldwing using Samsung Galaxy S20 5G Android 13.

                      1 Reply Last reply
                      0

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      ACTIVE USERS
                      Con Hennekens
                      Con Hennekens
                      Marinus van Deudekom
                      Marinus van Deudekom
                      Corjan Meijerink
                      Corjan Meijerink
                      Nick Carthew
                      Nick Carthew
                      RetiredWingMan
                      RetiredWingMan
                      Rafał Kukla
                      Rafał Kukla
                      POPULAR TOPICS
                      • Linker in MRA kleurt blauw (alles geselecteerd)
                        Rob Verhoeff
                        Rob Verhoeff
                        0
                        22
                        412

                      • The compas direction on the elevation circle is wrong
                        LennyO
                        LennyO
                        0
                        36
                        1.2k

                      • New update 5.2.1
                        white.mouse
                        white.mouse
                        15
                        20
                        782

                      • GPX Versions 1.1 vs 1.2 for Garmin Visually Explained
                        John S Parry
                        John S Parry
                        7
                        179
                        14.7k

                      • Wegwerkzaamheden / Road works
                        Travellexxie
                        Travellexxie
                        0
                        4
                        78

                      • Apple Carplay - navigatie instructies zichtbaar, maar kaart niet??
                        Huibertus
                        Huibertus
                        0
                        4
                        68

                      • Problem with Route Animate/Video maker
                        Marinus van Deudekom
                        Marinus van Deudekom
                        0
                        4
                        69

                      • How can I change the verbal navigation directions from male to female?
                        Brian McG
                        Brian McG
                        0
                        5
                        52

                      MY GROUPS
                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Popular
                      • Support
                      • MyRoute-app