Suppressing the iOS Virtual Keyboard from Popping Up

I have a screen with some text (not text inputs) and some lists that have clickable actions. The first time I arrive at the screen, the keyboard is not shown (as desired). However, if I navigate off the screen by selecting a list item and then link “BACK” from the subsequent screen; upon returning the keyboard opens up (not desirable).

In general, when a user arrives at the screen, what causes the virtual keyboard to pop up? How can I suppress the keyboard from popping up when using a back link to return to the screen?

Thanks,
Adam

1 Like

This behavior only happens in the published app, not in the previewer.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.