angular-scrollspy icon indicating copy to clipboard operation
angular-scrollspy copied to clipboard

Safari support

Open LuisReinoso opened this issue 5 years ago • 0 comments

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:

  • install polyfills intersection-observer has you tell in readme.
  • to check if it works I use https://github.com/w3c/IntersectionObserver/issues/296#issuecomment-384979453 but this return false also safari doesn't works
  • and this one too. https://github.com/w3c/IntersectionObserver/issues/282

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

Thanks!

LuisReinoso avatar Dec 12 '19 19:12 LuisReinoso