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.35k stars 1.33k forks source link

Mapview partially showing black when keyboard dismissed #16501

Open ABr751 opened 4 years ago

ABr751 commented 4 years ago

Hi ,I am using the mapview inside a fragment . The fragment has a searchview which is a DialogFragment, when clicking on the search icon the dialog appears with search enabled and also shows the keyboard. When searching something and on backpress the keyboard hides, suddenly a black portion or something like a glitch appears over on the screen below the dialog.

Platform: Android Mapbox SDK version: mapbox-android-sdk:9.2.0

Steps to trigger behavior

  1. start searching using the dialog fragment.The resulting list is shown inside the dialogfragment in a recyclerview
  2. press back key hides the keyboard Dialog remains
  3. Black portion appears on the view below the dialog

Expected behavior

Always show mapview without any issues

Actual behavior

Showing a black portion on mapview

hamed-rv commented 2 years ago

I have the same issue.

Mapbox Sdk version: com.mapbox.maps:android:10.4.0

image

kayc90 commented 1 year ago

Hello, unfortunately I've the same issue:

Dependency: com.mapbox.maps:android:10.8.0

image