How to detect a click event or a button press on a iframe

Hi to all,

I’m using ionic v2.3.
I opened a iframe and how can i detect a click event or a button press in the iframe same thing call back.

yes want to know the same

try to test this:

how ionic detect the user press any button in the iframe/webview?

2 Likes

Hello,

I am also getting some problem. Did you get solution?

We can’t detect a click in Iframe you better place a image or a button in iframe,In that button or image you can enable autoplay by playmethod & pausemethod.You can hide the button after a click is made by hide(). Hope it helps you!