-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting a NullReferenceException #22
Comments
I am getting the same error here NullReferenceException and I am using it in Xamarin Forms CurrentOrientation is null |
The issues also arises regulary for several of our customers (According to AppCenter Crash Reporting). Therefore, unfortunately we are not able to provide a reproduction. Does anyone have some clue what could possibly be the cause of this issue? |
@thisisthekap Could you please provide some information:
|
@wcoder Currently we are using Xamarin.Forms 4.6.0.726 Here a list of Android devices and OS versions where we detected the issue:
Edit:The issue was never detected on iOS devices. |
I experienced the same issue using Xamarin Forms v4.7.0.968 but discovered this line P.s. ensure you have the nuget package installed for each project. Xamarin.Forms sample |
I am using this plugin in my xamarin forms app. But when I want to change the orientation to Landscape app getting crash and giving me a NullReferenceException in Android.
Android version 9(Pie)
Xamarin.Forms version is 4.2.0.848062
The text was updated successfully, but these errors were encountered: