Skip to content

The iOS 15 user-agent string no longer contains the term "iPad" #150

@u01jmg3

Description

@u01jmg3

The user-agent string for an iPad running iOS 15.3.1:


isIOS = ua.indexOf('ipad') > -1 || ua.indexOf('iphone') > -1,

exports.requestPermission = function (callback, scope) {
if (isIOS) {
this.exec('request', null, callback, scope);
} else {
this.createCallbackFn(callback, scope)(true);
}
};

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