Am using a scrollview inside a relative layout.
I could be able to scroll to end of the page in all mobiles when without keyboard, in some mobiles i could be able to view scroll layout completely when the keyboard is on. ie)- the end of the scrollview above the keyboard.
The problem i have analysed is because of type of keyboard varies in different android devices.
Got some answers to add windowSoftInputMode in activity manifest.
Also added: android:windowSoftInputMode="stateHidden|adjustResize"
But still am getting the same problem. If you have solution or have faced the problem, share your ideas. Thanks for your time.