thisissoon / angular-scrollspy

A simple lightweight library for Angular which automatically updates links to indicate the currently active section in the viewport
MIT License
35 stars 15 forks source link

Safari support #21

Open LuisReinoso opened 4 years ago

LuisReinoso commented 4 years ago

Hi, I really love this software ;) But I note that this is not working on Safari Browser. Because active class is not setting on the DOM.

Could you give some advice that from where I should have to start to support this browser.

I have tried:

I try to make it work on safari < 12.1. That doesn't have official support.

Thanks!