Some buttons I have to tap twice to trigger the event

Some buttons in my app require me to tap them twice to trigger the action.

Has anyone else experienced this?

IOS only and seems to only happen when the button is in a modal that is on top of another modal.

Any suggestions would be appreciated.

use tap event

<div (tap)="todo()"></div>

@lihao Unfortunately it made no difference :frowning:

Did you find a solution? Same problem here. Thanks in advance

Problem solved : you can see this article