This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
autocomplete: virtual keyboard not appearing on mobile/android #11339
Open
Description
Bug:
CodePen Demo which demonstrates the issue:
https://codepen.io/anon/pen/mKjXMN (default CodePen created from the "Floating Label" example in https://material.angularjs.org/1.1.9/demo/autocomplete)
Detailed Reproduction Steps:
- Open up https://material.angularjs.org/1.1.9/demo/autocomplete on Chrome in Android (tested with two Android 7.0 stock ROMs (Huawei Honor 9 and HTC One M9)
- Scroll to the floating label example and tap the "Favorite State" input
- Type something that matches (e.g. "Ari")
- Tap outside of the input and suggestions
- Wait 2-3 seconds
- Tap again into the "Favorite State" input
What is the expected behavior?
The Virtual Keyboard should open up when tapping into the input field
What is the current behavior?
The Virtual Keyboard does not appear most of the time. When tapping outside and again inside within a short period (< 1 second) the virtual keyboard more reliably appears.
What is the use-case or motivation for changing an existing behavior?
Bug.
Which versions of AngularJS, Material, OS, and browsers are affected?
- AngularJS: 1.6.7
- AngularJS Material: 1.1.9
- OS: Android 7.0 stock ROMs (Huawei Honor 9 and HTC One M9)
- Browsers: Chrome (Brave also applies)