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
Related to #213. The idea is to provide an extension for the Adapter.check method that would allow to process the Viewport size changes in runtime.
Adapter.check
Adapter.check({ viewport: true }); // check only viewport change
or just
Adapter.check(); // check both items and viewport changes
Current workaround based on synthetic scroll event and Adapter.clip method call is presented is this demo.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related to #213. The idea is to provide an extension for the
Adapter.check
method that would allow to process the Viewport size changes in runtime.or just
Current workaround based on synthetic scroll event and Adapter.clip method call is presented is this demo.
The text was updated successfully, but these errors were encountered: