jambonn / vue-lazyload

Vue module for lazy-loading images in your vue 3 applications.
MIT License
35 stars 2 forks source link

IOS < 16.2 issue #5

Open conradgellel opened 4 months ago

conradgellel commented 4 months ago

It seems that this version of vue-lazyload is not supported on IOS versions 16.2 and lower. I am using vue 3.2.37

As soon as I load this plugin I'm getting the below error and nothing else will work, showing a blank page on all my websites.

Invalid regular expression: invalid group specifier name

jambonn commented 3 months ago

I'm very sorry for the delayed response. Has your issue been resolved?

conradgellel commented 3 months ago

Hi, unfortunately no. We had to change the plugin with another one for the time being until this is solved.