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.