Elkfox / Ajaxinate

🎡 Ajax pagination plugin for Shopify themes
https://ajaxinate.elkfox.io
Other
116 stars 63 forks source link

I get an error on ios 15 #76

Open hoanganhover opened 2 years ago

hoanganhover commented 2 years ago

I get an error on ios 15 io14 and below still work

How to fix this? https://www.luvia-cosmetics.de/collections/bestseller

https://gyazo.com/3d24f92e3b8c50acec90b0c2373bf8d0

ronny commented 2 years ago

I forked and rewrote the code to use fetch instead of XMLHttpRequest. It fixes this issue. It's not a drop-in replacement, but should be pretty easy to adjust. Code is available here https://github.com/ronny/infiniscroll

The relevant code is here if anyone wants to adjust Ajaxinate: https://github.com/ronny/infiniscroll/blob/27e3495cdb9b7a8cf6bf4ef5229ebc6b0aef634d/infiniscroll.ts#L122-L146

hoanganhover commented 2 years ago

@ronny Thank you I'll try

soycamis commented 2 years ago

@ronny Excellent, your code worked for me.