Hi Isomorphic,
in our app, we use scrollbars. We are developing for Android and iOS touch devices. We're using Phonegap, to bring the app to the Apple App Store and Google Play Store. In my case, if I scroll on a ListGrid, the scrollbar also starts moving, stops then, till the Grid stops moving and jumps then to its position.
What I tried:
- Android devices : no problem
- Apple devices (iOS11 & iOS12) mobile Safari: no problem
- Apple devices (iOS11 & iOS12) Phonegap (UiWebView): problem
Settings for the scrollbars on the ListGrid:
setUseTouchScrolling(true);
setAlwaysShowScrollbars(true);
setShowCustomScrollbars(true);
Setup:
-Phonegap CLI v 7.0.1
-XCode 10
-SmartClient Version: v12.0p_2018-10-09/PowerEdition Deployment (built 2018-10-09)
Would be awesome if you could take a look at that.
Kind Regards
in our app, we use scrollbars. We are developing for Android and iOS touch devices. We're using Phonegap, to bring the app to the Apple App Store and Google Play Store. In my case, if I scroll on a ListGrid, the scrollbar also starts moving, stops then, till the Grid stops moving and jumps then to its position.
What I tried:
- Android devices : no problem
- Apple devices (iOS11 & iOS12) mobile Safari: no problem
- Apple devices (iOS11 & iOS12) Phonegap (UiWebView): problem
Settings for the scrollbars on the ListGrid:
setUseTouchScrolling(true);
setAlwaysShowScrollbars(true);
setShowCustomScrollbars(true);
Setup:
-Phonegap CLI v 7.0.1
-XCode 10
-SmartClient Version: v12.0p_2018-10-09/PowerEdition Deployment (built 2018-10-09)
Would be awesome if you could take a look at that.
Kind Regards
Comment