android-places-demos icon indicating copy to clipboard operation
android-places-demos copied to clipboard

Autocomplete Address Form sample: soft keyboard covers map

Open wangela opened this issue 3 years ago • 0 comments

In AutocompleteAddressActivity.java, once the address gets populated from the Autocomplete response, focus is placed on the Address Line 2 input field which causes the soft keyboard to engage and cover half the screen, including covering up the confirmation map. If a user doesn't need to fill in Address Line 2, they must scroll down to find the map and the submit button.

As discussed in the PR comments, we can try a couple of approaches to improve the UX.

wangela avatar May 12 '21 20:05 wangela