Mel
Mel
I actually made it to work by targetting the hotspot `div` and using the `mouseup` event. Is there any workaround for this? `$(".custom-hotspot").on("mouseup", function (e) { console.log(viewer.mouseEventToCoords(e)); });`
@Yuta0227 I can see you're using Laravel 10 and assuming you're on Vite, which compiles the js files under "build" folder under public folder. You're `filesToCache` array may look different....
I had the same problem especially people on iOS Safari. My current solution is saving a `version string` on database. I have `app_settings` to store the version, add one field...