Skip to content

ipad ios13中无法滚动 #84

@ben-lau

Description

@ben-lau

看了你源码,判断ua的地方需要增加macintosh,
`
isIOS: /iphone|ipad|macintosh/.test(ua),

isMobile: /mobile|phone|android|macintosh|pad/.test(ua),
`
在ipad的ios13中改了ua

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