IONIC 4 click event bug, I have to double click?

Cheers
Welp the code I posted isn’t exactly what my code really looks like since I’m a dev on a company’s project and ofc I can’t go around sharing code, but I can share screenshots to explain it to you and serve as future reference to anyone who has the same problem

Ok so I have this login page

When I clicked on the username input this happened


Yeah really awkward, and then the user either used the Enter button to skip to the password field, or if they didn’t think of that they had to LITERALLY scroll down to click on the password field

I couldnt fix the 2 clicks to trigger the click event, so I ended up thinking of something else, I noticed that after the first click the keyboard opens, so I just listened to that event instead of the click event, when the keyboard opens he scrolls to the bottom, having the same end result as I wanted, this

1 Like