Skip to content

qpwr/cordova-plugin-detect-mac-catalyst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the plugin

This is a simple plugin which is meant to provide a JavaScript interface to detect whether the app was build for Mac Catalyst.

Platforms

iOS

Usage

Installation

$ cordova plugin add https://github.com/qpwr/cordova-plugin-detect-mac-catalyst.git

JavaScript Interface

    detectMacCatalyst.isCatalyst(
        function(result) { 
            console.log("success", result) // result is either true or false
        },
        function() { 
            console.log("error");
        }
    );

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published