iOS Question GUI Events

iCAB

Well-Known Member
Licensed User
Longtime User
Hi All

I had a working GUI that I haven't touched in a while.
The last time I used the code was with B4I ver 2.x and most likely iOS 8.

I updated to B4I 4.4 (unfortunately I didn't try the code before updating)

For whatever reason, when the user clicks a TextField, the keyboard is no longer showing automatically. I know that this working before.

if I use .RequestFocus in the click event then the keyboard shows

Did anyone face a similar issue?

Thank you
 
Last edited:

iCAB

Well-Known Member
Licensed User
Longtime User
You don't need to do anything special for the keyboard to show. Can you reproduce it in a small project?

Please see attached

1. In the attached project if you comment out, txtb1.RequestFocus then the keyboard will not show on click
2. if you remove txtb1_Click sub, the keyboard will show

Thank you
 

Attachments

  • AddViewTest.zip
    2.4 KB · Views: 152
Upvote 0
Top