I use an Entry control to edit a text and then I execute the ReturnCommand to check and modify its content. That all worked fine until I found out that when the users taps away from the input keyboard the text is saved but the ReturnCommand is not executed.
It seems there are no other commands that can be triggered when the Entry is completed. Is there a solution to that?
I cannot use the set property of the variable in the binding because that would modify the text while the user is typing, which makes a big mess.