Hello,
I have in my website developed with WordPress the videoask code embedded as a widget (milanocosmetics.it).
We have the problem that on iPhone when you click on the widget icon it doesn't open.
Is it necessary to add some code for iOS compatibility?
<script>
window.VIDEOASK_EMBED_CONFIG = {
"kind": "widget",
"url": "https://www.videoask.com/XXXX?hideplay",
"options": {
"widgetType": "VideoThumbnailExtraLarge",
"text": "",
"border-color": "#e2c182",
"backgroundColor": "#e2c182", "position": "bottom-right",
"dismissible": false,
"videoPosition": "top center"
}
}
</script>
Thank you very much
Best regards