Skip to content

DungBeetleBASH/cordova-plugin-DungBeetleBASH-OrientationLock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-DungBeetleBASH-OrientationLock

A lightweight cordova orientation lock plugin for Android

##Usage setOrientation accepts "portrait" or "landscape".

function onDeviceReady() {
    if (device && device.setOrientation) {
        device.setOrientation("portrait");
    }

    document.removeEventListener('deviceready', onDeviceReady);
}

document.addEventListener("deviceready", onDeviceReady, false);

About

A lightweight cordova orientation lock plugin for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published