Scrollable div not returning scrollLeft() value on android until after a screen touch?
I have a simple div with the overflow set to auto, and a label that shows the scrollLeft() position of the div. it works on IOS, the number moves up and down as your scroll. On Android (tablet) though it fails to update the value of the scrollLeft() function until after an additional screen touch is recorded? Any Ideas? Thanks
Thanks.