Hi,
I have a titanium app that we intend to run as a mobile web app as well as a native app on iOS and Android. The problem I am having at the moment is with the scrolling on the web app when running on a desktop/PC browser. I am using ScrollViews on some screens and TableViews on others. The problem is the same:
- Safari: Scrolls properly using whatever mouse gesture or scroll wheel.
- Firefox, Chrome, and IE: Will only scroll by holding down the right mouse button and moving the mouse up and down.
It appears that the behavior assuming a touch screen interaction even when there is no touch screen. How can this be fixed? Thanks.