Skip to content

Frontle-Foundation/cordova-getplatformid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontle Logo

The easiest multi-platform SPA framework.

NPM Version Package License NPM Downloads

Description

Get platform ID from cordova

Usage

import { GetPlatformID } from "../../browser_modules/@frontle/cordova-getplatformid/index.js";

console.log(GetPlatformID()); // browser, ios, android, electron

Install

Frontle

$ frontle install @frontle/cordova-getplatformid --noBuild

Download Vanilla JS Library

https://github.com/Frontle-Foundation/cordova-getplatformid

API

GetPlatformID()

Get platform ID from cordova

console.log(GetPlatformID()); // browser, ios, android, electron

People

The original author of @frontle/cordova-getplatformid is MushStory

License

MIT