Added support for WP8 and WP8.1. Tested in WP8.1 emulator.

This commit is contained in:
RoopeHakulinen
2015-01-02 17:04:45 +02:00
committed by eddyverbruggen@gmail.com
parent 080aa28f94
commit b088c1fc11
3 changed files with 147 additions and 0 deletions
+12
View File
@@ -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>