naver / egjs

Javascript components group that brings easiest and fastest way to build a web application in your way.
https://naver.github.io/egjs
Other
937 stars 81 forks source link

Add method for checking visibility of target element #408

Closed happyhj closed 7 years ago

happyhj commented 8 years ago

Description

There is no method for checking visibility of target element.

happyhj commented 7 years ago

This functionality can achieved by adding marker to visible element in change handler. But on ios NsWebview, this method does't work because the scroll event does not triggering while scrolling.