Skip to content

Auto-theme plugin does not detect IOS7 devices #207

@dioslaska

Description

@dioslaska

On the latest iPad mobiscroll uses wrong theme for date picker. It uses "IOS" theme not "IOS7".
It seems I found a bug in the auto-theme plugin code (mobiscroll.ua-theme-2.9.3.js):

Line 19:
os = osVersion >= 7 ? 'ios7' : 'ios';

Should be rewritten as:
os = osVersion >= "7" ? 'ios7' : 'ios';

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions