We created an application with many textfields inside scrollview.
When I place <supports-screens android:anyDensity="false"> within tiapp.xml textfield not ups automatically at the top of keyboard.(textfield hidden behind keyboard)
When I place <supports-screens android:anyDensity="true"> within tiapp.xml textfiled ups automatically and works fine but problem with anyDensity="true" then some layout problem occurs in app like font size is to small,UI not render well etc..
Any one have idea how can I make textfield automatically move up when this is focused using <supports-screens android:anyDensity="false">?