Android Question (Solved) Scrollview w/Label shows keyboard

anOparator

Active Member
Licensed User
Longtime User
I have Panel with Scrollview1, EditText1, lblTop and lblBotm.
When I touch lblBotm the keyboard appears, I can click Back to remove it but if I press on it the keyboard re-appears.

In the full app I switch to EditText1, when I return to lblBotm pressing on it does not open the keyboard.
What could stop showing the keyboard for this Label on a Scrollview1?
B4a v:8.00
targetSdkVersion="26"
MotoE4 Android v:7.1.1
 

Attachments

  • lbl KYBD.zip
    9.4 KB · Views: 141
Last edited:

anOparator

Active Member
Licensed User
Longtime User
Ok , added:
B4X:
Sub lblBotm_Click
lblBotm.RequestFocus
End Sub
and it seems 100% stable.
 
Upvote 0
Top