Jérôme Laban
Jérôme Laban
This could be something we could add as part of a Wasm-specific `NativeFrame`.
Nice work! Can you add a validation here: https://github.com/unoplatform/uno/blob/master/build/run-template-tests.ps1 GitHubuno/run-template-tests.ps1 at master · unoplatform/unoBuild Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported. -...
Right! And it's not possible to test the vsix so you're good :)
Thanks!!
**Update:** This issue is related to the handling of the selected text, where simply overring the `UITextField.SelectedTextRange` property crashes the app: https://github.com/unoplatform/uno/blob/5502f733ca2b8fae8a2f363440b763001afab498/src/Uno.UI/UI/Xaml/Controls/TextBox/SinglelineTextBoxView.iOS.cs#L217-L233 This feature is critical to the handling of...
**Update:** Re-creating the crashing UITextField code in SwiftUI does not repro the issue, but reproducing using Xamarin.iOS does: https://github.com/xamarin/xamarin-macios/issues/15677
A workaround has been published, see notes in the original post.
I've just validated and indeed `MultilineTextBoxView` is indeed having the same issue :) It's likely we'll need the same original workaround, or yours.
**Update**: iOS 16 Beta 7 does not fix the issue.
An additional workaround was implemented in https://github.com/unoplatform/uno/pull/9559