Skip to content

Cannot scroll center for scrollIntoView in iOS #178

@imjeen

Description

@imjeen

use native API scrollIntoView and make someone element scrolling to center, see Demo in codepen in Safari.

Element.scrollIntoView({
    behavior: 'smooth',
    inline: 'center'
 });

the polyfill cannot make it center in Safari, it looks like only for inline: 'sart'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions