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 does get focus, the keyboard pops up and it becomes possible to alter the text.
<Entry
Grid.Row="0"
Placeholder="test"
Text="test">
</Entry>
Is this normal behaviour on iOS? Is it possible to give focus to an entry with a single tap?
Interesting, i cannot reproduce this issue…