錯誤信息 : 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;//橫屏,禁止豎屏