ibufu / vue2-scrollspy

Scrollspy for Vue2
https://ibufu.github.io/vue2-scrollspy/
MIT License
135 stars 32 forks source link

IOS9 support #30

Closed Anima-t3d closed 5 years ago

Anima-t3d commented 6 years ago
screen shot 2018-07-18 at 19 33 41

There are 2 issues which breaks JS interaction in vue app when using scroll-spy on mobile device with IOS9

I managed to trace these issues down to IOS 9 and this package. IOS10+ is not affected.

Related to: https://github.com/webpack/webpack/issues/3928

ibufu commented 6 years ago

try v2.3.1

Anima-t3d commented 6 years ago

image Issue still persists using v.2.3.1

Anima-t3d commented 5 years ago

The solution posted in https://github.com/ibufu/vue2-scrollspy/issues/27#issuecomment-440257925 might solve this as well.

ibufu commented 5 years ago

@Anima-t3d thanks