mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2026-04-05 00:02:04 +08:00
Added Windows 8.1 Support
Windows 8.1 has javascript calls, were not be complicated to add.
This commit is contained in:
+7
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user