I'm facing a bug and I'm running out of leads as to why it happens : on mobile, when the users taps on an md-autocomplete (from the angular-material library) that is on the bottom part of the screen, the soft keyboard appears and disappears right away). I've only debugged on Android so far but the bug was initially spotted on iOS.
Here's what I know so far :
I've read this question and all the answers and comments, and I feel like my main lead is now this : something happens when the soft keyboard appears (but it's not the resize event ?) that reorders the DOM elements (and specifically the md-autocomplete, or part of it). But so far I haven't found anything on automatic reordering of DOM elements.
EDIT Yes I know that was quick, but I've found out that the bug happens on the angular-material site, on the demo page for md-autocomplete, here (I reproduced the bug on Google on my phone). So I guess it's specific to the library, at least I know where to dig more.
I'll keep on searching about this, but feel free to give your opinions on this issue. Thanks in advance !