iOS - using textbox with a button. #11356
Replies: 6 comments 8 replies
-
@robertlitvack Thank you a lot for the details. |
Beta Was this translation helpful? Give feedback.
-
Hi @agneszitte-nventive The solution this integrates into is extremely large so that's not really possible. I'm assuming any simple XAML with the Textbox + Button combo in a grid may cause this issue. I've tried on emulator and real iOS device - fails in both places. Are you looking for the Uno.UI version? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello, The project is using Uno.UI 3.1.32. After pressing the button with the keyboard open, the keyboard closes (command doesn't fire). If I press the button afterwards (once keyboard is hidden), everything fires properly. The framework I'm using was built upon Uno and is relatively lengthy. I was hoping to see if there was something similar to |
Beta Was this translation helpful? Give feedback.
-
If I understand correctly, using From my research, the Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello, You can close this issue, as I'm ultimately using a custom framework so reproducing or not won't help. Thanks for your time! |
Beta Was this translation helpful? Give feedback.
-
@jeromelaban @agneszitte-nventive My question: as this is a custom framework (pre-UNO open source), would reproducing this on the current open-source version of UNO even be useful? |
Beta Was this translation helpful? Give feedback.
-
I have some XAML that in general looks like this:
Everything works in Android. Having issues in iOS. When in the TextBox, the iOS keyboard opens as expected. You type some text and hit the Button to send the message. However, this merely dismisses the iOS keyboard and doesn't fire SendMessage
I see for Xamarin.Forms there's
ios:VisualElement.CanBecomeFirstResponder="True"
but not sure what the corresponding logic is with UNO.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions