rodrigocam / ar-gif

Easy to use augmented reality web components
MIT License
57 stars 19 forks source link

crashes on mobile #18

Open corinthiablack opened 4 years ago

corinthiablack commented 4 years ago

Works okay; however, when using iPhone to view AR, the gif will come into view just before the webpage crashes, reloads twice, and then a page that says "problem repeatedly occurred on webpage" is displayed.

IMG_8BE4892F45F7-1

rodrigocam commented 4 years ago

Hi, thank you for relating this problem, apparently we have this issue on Safari Browser. My guess is that this issue is related to the lazy load of the gif's (the gif's are being loaded only when the attached marker is detected). Maybe Safari is blocking multiple requests because of multiple detection or something like that, I will investigate!