From 0eb6d35fc6f6a440fefd75ef1e1a20bb0f89227f Mon Sep 17 00:00:00 2001 From: Grant Benvenuti Date: Mon, 10 Aug 2015 09:40:42 +1000 Subject: [PATCH] Add portrait upside down to ios default orientations. closes #37 --- www/screenorientation.ios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/screenorientation.ios.js b/www/screenorientation.ios.js index 11d30f7..b21823d 100644 --- a/www/screenorientation.ios.js +++ b/www/screenorientation.ios.js @@ -8,7 +8,7 @@ var exec = require('cordova/exec'), 'landscape': [-90,90], 'landscape-primary': [-90], 'landscape-secondary': [90], - 'default': [-90,90,0] + 'default': [-90,90,0,180] }; screenOrientation.setOrientation = function(orientation) {