Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

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

Closed
guirreri opened this issue Jun 26, 2019 · 0 comments
Closed

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

guirreri opened this issue Jun 26, 2019 · 0 comments

Comments

@guirreri
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants