added demo project and modified version

This commit is contained in:
maverickmishra
2016-10-17 16:25:16 -07:00
parent 84b013f17c
commit 5d97d51144
9 changed files with 300 additions and 14 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ cordova.define("cordova-plugin-screen-orientation.screenorientation", function(r
'landscape',
// The orientation is either landscape-primary or landscape-secondary.
'any'
// All orientations are supported
// All orientations are supported (unlocked orientation)
];
screenOrientation.Orientations = Orientations;