Hi, I am trying to figure out how to emulate a button click when the user presses the arrow button on the keyboard that pops up on a smartphone. What I am talking about is this:
So that the user doesn’t have to click an actual button, they can just hit this. How do I grab this event and apply some functionality to it? I am using Ionic Vue. Thank you for the help.