Hi. I’ve created an android app for a non touchable screen. The only way to interact with my app must be using a mouse or a keyboard.
I have a clickable element like: <ion-button (click)="openOptions()">Options</ion-button>
.
Everything works with my mobile, but ‘click’ event doesn’t happen when I do a mouse click.
Thanks everyone.