Added Windows 8.1 Support

Windows 8.1 has javascript calls, were not be complicated to add.
This commit is contained in:
tokotchd
2015-08-07 12:12:10 -04:00
parent 9244abcbbe
commit 7a11a3dd7e
4 changed files with 45 additions and 3 deletions
+7 -1
View File
@@ -5,7 +5,7 @@
version="1.3.6">
<name>Screen Orientation</name>
<description>Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8 and BB10.</description>
<description>Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.</description>
<license>MIT</license>
<engines>
@@ -64,4 +64,10 @@
<source-file src="src/wp/YoikScreenOrientation.cs" />
</platform>
<platform name="windows">
<js-module src="www/screenOrientation.windows.js" name="screenorientation.windows">
<merges target="cordova.plugins.screenorientation" />
</js-module>
</platform>
</plugin>