My div
scrolls perfectly on a desktop browser, but when viewed on a touchscreen mobile device, the scrolling feature is not functioning.
Check out this simplified jsFiddle with snippets of code. While the scrolling may work fine on your mobile browser, rest assured that it does not function properly on an actual touchscreen device.
The specific device I am using is an LG Optimus Elite Android device.
Although I am utilizing the slimScroll library, the issue lies elsewhere as I have successfully implemented it in other parts of my code, even on touchscreen devices.
In fact, I even attempted to remove slimScroll and rely on native scrolling, but encountered the same lack of functionality.
It seems that the touchscreen device fails to register my touch input for scrolling the div element.
UPDATE: Interestingly, scrolling works without any issues on an iPhone (which shares the same screen size as the LG Optimus Elite). Therefore, the problem may be related to the Android platform...?