I am currently developing a mobile application that utilizes the jQuery UI select menu.
The functionality works well, but I have encountered an issue with certain drop downs being too long to display properly. While my PC shows scrollable floating divs as expected, my Android device does not provide the same scrolling capability.
Despite already implementing an iOS 4 scroll fix, I'm unsure of how to enable scrolling on the mobile device for these specific divs.
Any suggestions on how to achieve scrollability on the mobile device for these divs?