Hi, I am facing issue with enter key event, when I navigate by pressing tab key from keyboard, App does not respond to any button event with enter key unless and until I click anywhere on the App, after that everything works fine. can anyone let me know what is the issue and its solution.
I’m experiencing the same issue, did you ever find a solution?
Yes, found the solution, use (keyup.enter)=“function(‘here’)” instead of (click)=“function(‘here’)” or use both if you want to use keyboard and touch functionality
1 Like