/device-orientation

Fork of aliozgur's PCL-friendly device orientation detection for iOS, Android and WP, without the Xamarin.Forms dependency

Primary LanguageC#MIT LicenseMIT

Device Orientation Plugin for Xamarin

This is a small fork of aliozgur's device orientation plugin that replaces the dependency on Xamarin.Forms with Rx - suitable for non-forms projects.

DeviceOrientation includes a OrientationChanges property of type IObservable<DeviceOrientationChangeMessage> that fires on orientation changes.

Currently the readme needs to be updated and the need for service location removed.