Daoting

Results 5 comments of Daoting

@jeromelaban `TextBox `still crashed on ios 15.5 after upgraded to V4.5.9. The page has only one `TextBox`. Crash log ``` 2022-09-14 17:07:16.009895+0800 Dt.Shell.IOS[16211:233416] Options: 2022-09-14 17:07:16.010148+0800 Dt.Shell.IOS[16211:233416] --bool-flag (Example) type:...

@moljac I'm encountering this issue as well. Version Information: - Visual Studio Enterprise 2022 Version 17.2.0 preview1 - Xamarin.AndroidX.Work.Runtime 2.7.1.2

@moljac This bug still exists. Version Information: Visual Studio Enterprise 2022 Version 17.3.2 Xamarin.AndroidX.Work.Runtime 2.7.1.4

@jeromelaban if I add code Uno.UI.FeatureConfiguration.Style.UseUWPDefaultStyles = false; All controls style are changed. To display the back button is my only target. Thanks