Xam.Plugins.XamJam.Screen
1.0.7
Requires NuGet 2.8.1 or higher.
dotnet add package Xam.Plugins.XamJam.Screen --version 1.0.7
NuGet\Install-Package Xam.Plugins.XamJam.Screen -Version 1.0.7
<PackageReference Include="Xam.Plugins.XamJam.Screen" Version="1.0.7" />
paket add Xam.Plugins.XamJam.Screen --version 1.0.7
#r "nuget: Xam.Plugins.XamJam.Screen, 1.0.7"
// Install Xam.Plugins.XamJam.Screen as a Cake Addin #addin nuget:?package=Xam.Plugins.XamJam.Screen&version=1.0.7 // Install Xam.Plugins.XamJam.Screen as a Cake Tool #tool nuget:?package=Xam.Plugins.XamJam.Screen&version=1.0.7
Xamarin (Android/iOS/Windows Store and Phone and UWP) plugin to determine screen size
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid10 is compatible. |
MonoTouch | monotouch10 is compatible. |
Universal Windows Platform | uap was computed. uap10 is compatible. uap10.0 was computed. |
Windows Phone | wp8 is compatible. wp81 was computed. wpa81 is compatible. |
Windows Store | win8 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.7 | 44,842 | 4/15/2017 |
1.0.6 | 1,851 | 12/19/2016 |
1.0.5 | 2,645 | 7/15/2016 |
1.0.5-beta | 1,033 | 6/4/2016 |
1.0.4-beta | 1,226 | 4/24/2016 |
1.0.3-beta | 1,166 | 4/24/2016 |
1.0.1-beta | 1,055 | 4/22/2016 |
1.0.0-beta | 1,039 | 4/22/2016 |
[1.0.0-beta]
- Tested on WP8.1 simulator and Android S5. Still beta until I test on UWP and iOS.
[1.0.1-beta]
- Minor code and documentation cleanup.
[1.0.2-beta]
- Testing on iOS didn't go as predicted. Trying again...
[1.0.4-beta]
- Fixed the iOS nuspec, the template had me going to classic and using the old "Unified" directory structure. Will test this new nuspec.
- Added 'ScreenSize.IsMaximum' since UWP apps don't provide a way to determine max screen size (since they can run with multiple monitors, change their resolution, etc.)
- Don't ask about 1.0.3-beta, it's not the beta you're looking for.
[1.0.5-beta]
- Fixed Android, width and height were switched. Thanks 'alaskanrogue' for the report.
[1.0.6]
- No changes, just decided to finally get this thing out of beta. I might do more with it in the future, but for now it has proven generally useful as is.
[1.0.7]
- Android Fix: Use current screen size (accounting for rotation) instead of screen size at startup. Closes issue #4: https://github.com/jasonCodesAway/XamJam/issues/4.