mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2026-05-31 00:00:04 +08:00
Added support for WP8 and WP8.1. Tested in WP8.1 emulator.
This commit is contained in:
committed by
eddyverbruggen@gmail.com
parent
080aa28f94
commit
b088c1fc11
+12
@@ -52,4 +52,16 @@
|
||||
</js-module>
|
||||
</platform>
|
||||
|
||||
<platform name="wp8">
|
||||
<config-file target="config.xml" parent="/*">
|
||||
<feature name="YoikScreenOrientation">
|
||||
<param name="wp-package" value="YoikScreenOrientation"/>
|
||||
</feature>
|
||||
</config-file>
|
||||
<js-module src="www/screenorientation.wp8.js" name="screenorientation.wp8">
|
||||
<merges target="cordova.plugins.screenorientation" />
|
||||
</js-module>
|
||||
<source-file src="src/wp/YoikScreenOrientation.cs" />
|
||||
</platform>
|
||||
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user