Fixed
Status Update
Comments
ga...@gmail.com <ga...@gmail.com>
sh...@google.com <sh...@google.com> #2
Thanks for your report,
To further investigate, can you share a link where we can download and test your app?
To further investigate, can you share a link where we can download and test your app?
ga...@gmail.com <ga...@gmail.com> #3
You can see this behavior in Google's own Places SDK demo:
https://github.com/googlemaps/android-places-demos
Just download the project and insert an API key. Then press the "AUTOCOMPLETE" button followed by either the "OPEN ACTIVITY" button or the "Search" fragment. Both should bring up the keyboard, but neither do in API 28.
Just download the project and insert an API key. Then press the "AUTOCOMPLETE" button followed by either the "OPEN ACTIVITY" button or the "Search" fragment. Both should bring up the keyboard, but neither do in API 28.
sh...@google.com <sh...@google.com> #4
Thanks for the additional information,
Apologies for the delay, we have verified and logged it internally. Please note that we cannot give you any timelines, but you can star the issue to get notifications.
Apologies for the delay, we have verified and logged it internally. Please note that we cannot give you any timelines, but you can star the issue to get notifications.
aa...@gmail.com <aa...@gmail.com> #5
Is there any way to force this behaviour programmatically until a fix is released?
sh...@google.com <sh...@google.com> #6
Update:
The issue has been addressed, will now mark this issue as fixed. thank you for working with us!
The issue has been addressed, will now mark this issue as fixed. thank you for working with us!
sh...@google.com <sh...@google.com> #7
Update:
Upon checking, I see that the solution is not yet present, reopening this issue until the issue has been addressed.
Upon checking, I see that the solution is not yet present, reopening this issue until the issue has been addressed.
[Deleted User] <[Deleted User]> #8
Issue still not fixed
je...@gmail.com <je...@gmail.com> #9
Any news on this?
pa...@atomicrobot.com <pa...@atomicrobot.com> #10
Ran into this issue today. This seems to work past the bug until something more official is released:
autocompleteFragment.getView().findViewById(R.id.places_autocomplete_search_button).performClick();
autocompleteFragment.getView().findViewById(R.id.places_autocomplete_search_button).performClick();
ra...@google.com <ra...@google.com> #11
Marking this as fixed as the issue has been fixed in version 1.1.0
Description