Dawn - Product Media Video keeps refreshing page on Iphone devices.

Hello,

I been having an issue with iphone devices in which whenever there is a video in my product media, the user can’t see it as it keeps refreshing the page. Not sure why as it works perfectly fine on my Android device. It is not browser specific, it happens in Safari and Chrome.

Could someone help ?

I think I found the issue, but can someone help me because I need this code in my Custom Liquid in order to change variants metafields.

The code:

{% for variant in product.variants %}
{% if product.selected_or_first_available_variant.id == variant.id %}
{{ variant.metafields.custom.dimensions_variants }}
{% endif %}
{% endfor %}

1 Like

Has anyone got a clue how to fix this?

Did you ever get a fix on this?