Readme update

This commit is contained in:
Grant Benvenuti
2015-05-14 14:04:03 +10:00
parent 51a6fc8166
commit 4c86a0d8c6
2 changed files with 12 additions and 2 deletions
+11 -1
View File
@@ -1,6 +1,6 @@
#Cordova Screen Orientation Plugin
Cordova plugin to set/lock the screen orientation in a common way for iOS, Android and Blackberry 10. From version 1.0.0 the interface is based on the [Screen Orientation API](http://www.w3.org/TR/screen-orientation/).
Cordova plugin to set/lock the screen orientation in a common way for iOS, Android, WP8 and Blackberry 10. From version 1.0.0 the interface is based on the [Screen Orientation API](http://www.w3.org/TR/screen-orientation/).
The plugin adds the following to the screen object:
@@ -88,8 +88,18 @@ Versions prior to 1.2.0 will cause an application crash in iOS8 due to a change
Wraps the com.blackberry.app plugin functions, auto installed as a dependancy.
####WP8 Notes
Windows phone does not support specification or primary and secondary orientations. If called with a specific orientation the plugin will just apply the landscape or portait orientation.
#Changelog
##1.3.4
* Readme update
##1.3.3
* [#53](https://github.com/yoik/cordova-yoik-screenorientation/pull/53) WP8 Support
##1.3.2
* [#33](https://github.com/yoik/cordova-yoik-screenorientation/issues/33) iOS8 Delay Block