You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Simple cross-platform plugin to work with screen orientation of mobile device.
9
9
#### Setup
10
10
11
11
* Available on NuGet: [](https://www.nuget.org/packages/Plugin.DeviceOrientation/)
12
-
* Install into your PCL project and Platform Specific projects
12
+
* Install into your PCL/NetStandard project and Platform Specific projects
13
13
14
14
#### Platform Support
15
15
@@ -27,9 +27,6 @@ Simple cross-platform plugin to work with screen orientation of mobile device.
27
27
28
28
Implementations for unsupported platforms contains [here](https://github.com/wcoder/Xamarin.Plugin.DeviceOrientation/tree/deprecated/src/DeviceOrientation/).
29
29
30
-
## News
31
-
- Plugins have moved to .NET Standard and have some important changes!
32
-
33
30
## API Usage
34
31
35
32
Call `CrossDeviceOrientation.Current` from any project or PCL to gain access to APIs.
@@ -132,4 +129,4 @@ public UIInterfaceOrientationMask GetSupportedInterfaceOrientations(UIApplicatio
0 commit comments