-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Description
Unless the windowSoftInputMode activity attribute is set to adjustNothing, bringing up the soft keyboard on an android device while the Indoor Map UI is visible (floor slider, floor name, exit button etc) will cause it to disappear off screen.
Steps to Reproduce
- Load the Android API Samples project in Android Studio, apply keys etc.
- Modify the ui_indoor_example_activity.xml layout to include an
EditTextelement. - Run the "Animate Indoor Maps with a Slider" example - you should see your
EditTextelement. - Enter the indoor map and see the slider appear.
- Tap the
EditTextto bring up the soft keyboard. - The Floor Slider, Exit Button and Floor Name panel should have disappeared.
Expected behavior:
Regardless of windowSoftInputMode, the IndoorMapView content should either remain or return when the keyboard is dismissed.
Additional Information
As mentioned, this can be worked around by setting windowSoftInputMode to adjustNothing.
This is tracked internally as MPLY-10711