Shopify metafields doesn't work with javascript

The code was working in every browser except Safari on my Iphone.

The reason was that the variant_id was automatically detected as phone number “tel.132566565156312” so javascript was not able to find the matching variantid.

By adding the following code to your product page Safari stops this behavior:

See also:

https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html#//apple_ref/doc/uid/TP40008193-SW1