This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Description
When running an Angular 2/4 app on an Android device on Chrome, I am finding text inputs to be problematic. When users set focus on a text input field, the native keyboard comes up and hides the text input field.
We are also using Angular Material in our application and found a bug referencing the issue and suggesting it was a Flex Layout issue, angular/material#1349. In the issue, there is a test that reproduces the issue. The bug is over quite old, but if you test it on a mobile device you will find it is indeed still failing.