Solution: To prevent this senario, we need to do 2 changes as follows :
1. We need to set a flag “full_screen” on the “rhoconfig.txt” to 0. Make sure that this flag in not commented out.
# 1 – true, 0 – false
full_screen = 0
2. We need to add “windowSoftInputMode” with value as “adjustResize” to “AndroidManifest.xml” file.
This file should be present in loction “/platform/android/Rhodes“.
In the main Activity, add this as below,
That’s all. Now the application will work perfectly.