Tapping an entry does not give it focus on iOS .NET MAUI
Everything works fine on Android, but on iOS tapping an entry does not give it focus. For example an Entry like below placed in a grid. It’s visible, shows the text, but it acts like it is readonly. Setting readonly to false doesn’t make a difference. But when the entry receives a long tap it … Read more