Strange problem with inputs not registering tap on first open

Started to see a weird bug.
We have Android 6.4 and Ionic 3.20.

When the new build app is open, I Tap the login input but it box does nothing. No focus.
Tap other places on the screen nothing. Tap other input boxes nothing.
If I just do a long press, even just a second long, everything works like it should. Taping around works fine.

I can close the app and it will work find the next time. I could reboot the phone and might or might not work.
Anybody else have this problem?

I am having this same issue. Did you find a solution?

No, And I’m not really even sure how to debug it.
I have a theory it has something to do with Webview on newer phones.
It seems like the webview is now just using chrome on my S10e, instead of the actually webview package (which was build from chrome).

I resolved this by adding

      .input-cover {
        display: none;
      }

to any screens that have an input that may be the first page the app loads on a fresh load… E.g. login screen.