I have a shell app with a bottom TabBar. Bottom TabBar has 5 ShellContent pages. Each page has several entry forms.
Here is my problem:
If I use the entry control on page 1 (adding text), and after I navigate to page 2 and back to page 1 the entry on page 1 automatically gains focus (the cursor start blinking without showing the keyboard). How to disable the entry control autofocus on page appearing in android (I don't know if ios has the same problem)?