Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support other Browser engines #64

Open
thomasnordquist opened this issue Feb 17, 2019 · 3 comments
Open

Support other Browser engines #64

thomasnordquist opened this issue Feb 17, 2019 · 3 comments

Comments

@thomasnordquist
Copy link
Owner

requestIdleCallback is not available in safari, but required.
https://developers.google.com/web/updates/2015/08/using-requestidlecallback

@thomasnordquist
Copy link
Owner Author

Required for #60

@thomasnordquist
Copy link
Owner Author

thomasnordquist commented Jun 25, 2019

scrollIntoViewIfNeeded is used for keyboard navigation but is not supported by firefox.

@thomasnordquist
Copy link
Owner Author

scrollIntoViewIfNeeded is no longer used, switched to native support using tabindex and focus()

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

No branches or pull requests

1 participant