We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now scroll anchors are injected into the iframe when in scroll mode so that an IntersectionObserver in apps can detect the top and the bottom of the document, and orchestrate things e.g. displaying links to previous and next resources, etc.
IntersectionObserver
With an Injectable API being implemented (see #83), this should be removed as the Injectable API would allow one to do that.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now scroll anchors are injected into the iframe when in scroll mode so that an
IntersectionObserver
in apps can detect the top and the bottom of the document, and orchestrate things e.g. displaying links to previous and next resources, etc.With an Injectable API being implemented (see #83), this should be removed as the Injectable API would allow one to do that.
The text was updated successfully, but these errors were encountered: