Hi, the Shop the Look Hotspot section doesnt work on Mobile. I can see the Picture and the Pins but cant tap on.
On Desktop it works fine.
Can you may help me?
Here ist the Link for the test
Hi, the Shop the Look Hotspot section doesnt work on Mobile. I can see the Picture and the Pins but cant tap on.
On Desktop it works fine.
Can you may help me?
Here ist the Link for the test
The only suggestion so far – is your mobile device updated to the latest version of IOS/Android?
Ritual and entire Horizon family support only 2 last major browser versions.
Older browsers may not work properly.
On my fully updated IOS and android devices it works fine, though takes some time to load product data.
The javascript purposefully blocks the hotpost on mobile
handleHotspotClick = e => {
isMobileBreakpoint() || isTouchDevice()
? (e.preventDefault(),
e.stopPropagation(),
this.#openQuickAddModal())
: this.showDialog()
}
It seems that is should insetad open quick to add modal, but the quick to add is not visible inside that section, maybe you have disabled quick add store-wide or need to check settings to allow it for this section