Skip to content

Viewport dynamic size #218

@dhilt

Description

@dhilt

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({ 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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions