Hello everyone,
is there a reason because of that this code does NOT Close the Keyboard?
(The keyboard is open, because the user clicked in a edittext, I want to Close it when the user clicks on a button)
Dim phone1 As Phone
phone1.HideKeyboard(Activity)
Dim ime1 As IME
ime1.Initialize("")
ime1.HideKeyboard
It is part of a larger Project i dont want to upload.
If I write a example Project, it works.
For reasons of testing I added
but that did not help.
I would be very happy if someone could give me a hint