码迷,mamicode.com
首页 > 移动开发 > 详细

Xamarin.Android 开发中遇到旋转屏幕错误

时间:2019-01-01 23:55:23      阅读:298      评论:0      收藏:0      [点我收藏+]

标签:bubuko   xamarin   exception   request   分享图片   界面   com   android   解决   

错误信息 : System.NotSupportedException: Unable to find the default constructor on type App5.MyFragment.  Please provide the missing constructor.

错误图片:

技术分享图片

解决方法:干脆不让他旋转屏幕,当下QQ、微信等app都没有旋转等功能,且旋转后重新绘制界面影响用户使用。

 this.RequestedOrientation = Android.Content.PM.ScreenOrientation.Portrait;//竖屏,禁止横屏

 this.RequestedOrientation = Android.Content.PM.ScreenOrientation.Nosensor;//横屏,禁止竖屏

Xamarin.Android 开发中遇到旋转屏幕错误

标签:bubuko   xamarin   exception   request   分享图片   界面   com   android   解决   

原文地址:https://www.cnblogs.com/swjian/p/10206466.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!