Hi all.
In an application, I use a ScrollView to edit text. Some text is not editable using the keyboard (in the date format, I opens a calendar). When I return to the activity of the list (after selecting a date), selecting a cell, the keyboard no longer works as before.
Example: Suppose a long ScrollView we want to select a cell in the bottom of the screen. By clicking, you open the keyboard and the cell rises to the top of the keyboard (since it would remain hidden).
This works well unless we pressed a date cell format before. In this case the cell is hidden behind the keyboard.
In the attached example the sequence would be:
- Click on "Name 5". The keyboard appears and cell 5 above the keyboard.
- Exit the keyboard and click on "Name 0". This opens a MessageBox ( simulating the calendar).
- Press "OK" to return to the main activity.
- Click on "Name 5". Now the cell "Name 5" appears behind the keyboard !!
I do not know how to fix it.
Many thanks in advance.
In an application, I use a ScrollView to edit text. Some text is not editable using the keyboard (in the date format, I opens a calendar). When I return to the activity of the list (after selecting a date), selecting a cell, the keyboard no longer works as before.
Example: Suppose a long ScrollView we want to select a cell in the bottom of the screen. By clicking, you open the keyboard and the cell rises to the top of the keyboard (since it would remain hidden).
This works well unless we pressed a date cell format before. In this case the cell is hidden behind the keyboard.
In the attached example the sequence would be:
- Click on "Name 5". The keyboard appears and cell 5 above the keyboard.
- Exit the keyboard and click on "Name 0". This opens a MessageBox ( simulating the calendar).
- Press "OK" to return to the main activity.
- Click on "Name 5". Now the cell "Name 5" appears behind the keyboard !!
I do not know how to fix it.
Many thanks in advance.
Attachments
Last edited: