Skip to content

CDK Platform: Platform should have classification for browsers used on MacOS #21815

Open
@alphacentauridigital

Description

@alphacentauridigital

Feature Description

Platform should classify MacOS based browsers. The current feature lacks MacOs detection. Additional flag required MACOS:true

Use Case

Open Angular App on macOS Chrome or Safari. The following output log is for Platform on MacOS chrome

ANDROID: false
BLINK: true
EDGE: false
FIREFOX: false
IOS: false
SAFARI: false
TRIDENT: false
WEBKIT: false
isBrowser: true

Expected Feature:

ANDROID: false
BLINK: true
EDGE: false
FIREFOX: false
IOS: false
MACOS:true
SAFARI: false
TRIDENT: false
WEBKIT: false
isBrowser: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: cdk/platformfeatureThis issue represents a new feature or feature request rather than a bug or bug fix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions