Skip to content Skip to sidebar Skip to footer

Ms Edge: Intersectionobserver. Does It Work For You?

Before anyone goes to too much effort here, I already have a nasty workaround. I just want to know if anyone has it working. Version 15 of Edge is now released and has support for

Solution 1:

IntersectionObserver can't observe empty elements which width and height are both 0 in Edge, so the only thing you need do is setting 1px border or min-width: 1px; min-height: 1px; on the element that you want to observe.


Post a Comment for "Ms Edge: Intersectionobserver. Does It Work For You?"