Phonon Framework

Phonon

Device

Device properties.


Usage

This module is included in phonon-core.js.

RequireJS Compatible

require(['phonon-core'], function(phonon)) {
    var os = phonon.device.os;
});

Device

Operating System's Name

phonon.device.os

Operating System's Version

phonon.device.version

Platform.js information

You can fetch more browser and device properties with platform.js like the name of the manufacturer, product, architecture etc.

phonon.device.platform // access the platform object

Browser

Browser's Name

phonon.browser.name

Browser's Version

phonon.browser.version