I have two arrow icon buttons in the User Interface that are used to navigate through the app. Now, I want to add the possibility to navigate using the keyboard arrows, right and left.
I am triggering the click event when the keyboard keys are pressed. The event happens, but the animation doesn't, so the user has no feedback if the app is moving or not.
Is it possible to trigger the ripple effect of the Button when the click event is triggered with the keyboard?