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

Provide layout change listener interfaces #18

Closed
LastLeaf opened this issue Mar 17, 2023 · 2 comments
Closed

Provide layout change listener interfaces #18

LastLeaf opened this issue Mar 17, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@LastLeaf
Copy link
Member

Layout change listeners are required sometimes. This includes:

  • IntersectionObserver
  • MediaQueryObserver
  • ResizeObserver
@LastLeaf LastLeaf self-assigned this Mar 17, 2023
@LastLeaf LastLeaf added this to the First Stable Version milestone Mar 17, 2023
@LastLeaf LastLeaf added the enhancement New feature or request label Mar 17, 2023
@LastLeaf
Copy link
Member Author

The interface of ResizeObserver is complex. Not ready to support it. Supported the others.

@LastLeaf
Copy link
Member Author

IntersectionObserver should be available as createIntersectionObserver in adapter.

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

No branches or pull requests

1 participant