[Solved] Mapbox Greyed out on dialog/Popup [closed]


You can solve issue of greyed out Map box in popup with just change of popup’s theme style.
with just change style of dialog.
Like –
dialog = new Dialog(HomeScreen.this, android.R.style.Theme_Black_NoTitleBar_Fullscreen);

1

solved Mapbox Greyed out on dialog/Popup [closed]