robrbecker/resize_observer

document.contains is not IE11 compatible

Opened this issue · 0 comments

Using document.contains here https://github.com/robrbecker/resize_observer/blob/master/lib/resize_observer.dart#L34 does not work in IE11

Replace it with a different IE11 compatible implementation.