camwiegert/in-view

Tapping "Home" key does not fire enter / exit functions

guirreri opened this issue · 0 comments

I have the following simple implementation of InView:

InView(selector)
	.on('enter', enter)
	.on('exit', exit)

The element selected is not at the top of the page, so the user passes by it.

In OSX with the latest Chrome or Firefox, when tapping Fn-Left to return to the top of the page, the user scrolls past the same element, but InView does not fire either enter or exit.