mapbox / mapbox-gl-native

Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
https://mapbox.com/mobile
Other
4.37k stars 1.32k forks source link

MapView with SlideMenu issue #6247

Closed amugox closed 7 years ago

amugox commented 8 years ago

screenshot_2016-09-04-09-25-48

Platform: Mapbox SDK version:

Steps to trigger behavior

  1. Have an activity that has a MapView and a SlidingMenu

    Expected behavior

When SlideMenu moves the Map should not be invisible thus overlapping the menu bar

Actual behavior

When the SlideMenu moves the Map is invisible making the background menu visible

tobrun commented 8 years ago

@amugox could you add some more information to the ticket as:

We had similar issues with the official NavigationDrawer from Google but were able to workaround that issue by adding a transparent overlay on top of our MapView.

cammace commented 7 years ago

We added a navigation drawer activity to the testapp awhile back which shows the nav drawer working properly. Closing due to lack of information.