I'm working in an app for android using Genexus Ev3 U2 for smart devices. I have a transaction where I have a tab control with several attributes inside each tab page. One of the tab pages has several combo box attributes and the list is bigger than the screen size; when I test in the android emulator the scroll works fine with the tab in edit and view mode; but when I test on the device (Android 4.1.2) the scroll works in view mode, but no in edit mode.
How could I solve this.
Thank you.
It's seems is that the problem was with the Android version (4.1.2). the app generated with Genexus had this problem whit this version, but I tried the app in an Android 4.2.2 and there was no problem with the scrolls inside tabs.