I have some problems trying to design layout and navigation structure for BlackBerry app. The basic of our layout is consists of two headers that will be fixed so that when users scroll horizontally or vertically these two headers will be fixed.
Upon developing and research, scrolling div (using overflow) and fixed headers are not recommended for non-touch screen devices or devices that uses trackpad/trackball.
And then another problem I discovered is that on touch-screen devices, even though the scroll container has overflow:auto, but there are no scrolling bars on app when tested on the device. (I have tried testing it on 9800(OS6.0) and 9900(OS7.0).
Is there any good solution or workaround to this problem?