Problem with a button in an iframe with mobile

Hello,

I inserted an iframe in a slide.
This iframe contains a button that always starts an action in the iframe.
On a PC it works well but on a mobile phone or tablet the action on the button has no effect.
.


thank you for helping me

Hi,

It’s an issue of Web Object on Android devices.
We’ll fix it in future releases.
Now you can add the following script to the slide On Load event to fix the issue:

prez.object('web object name').node.style.pointerEvents = 'none';

Regards

Thank you very much because I was very worried about this problem.
Best regards