Questions tagged [overscroll]

Overscroll is a feature of scrollable-view in any device, where the user is allowed to scroll more than the end of the last element in a scrollview. This is used to create an UI with more feedback back to the user, thus making the UI experience more interactive and smoother.

Overscroll is a feature of scrollable-view in any device, where the user is allowed to scroll more than the end of the last element in a scrollview. This is used to create an UI with more feedback back to the user, thus making the UI experience more interactive and smoother.

Examples on where overscroll is used, are in iOS' UIScrollView or Android's ScrollView.

89 questions
1
vote
1 answer

jquery overscroll.js module, infinite scroll issue

I'm using this plugin http://azoff.github.io/overscroll/ My problem is that sometimes the scroll is infinite (you can keep scrolling even when there are no more elements). I'm not exactly sure how and when this occurs so i would like to know if…
François Richard
  • 6,817
  • 10
  • 43
  • 78
1
vote
0 answers

jQuery overscroll plugin Android compatibility

I'm currently implementing Overscroll plugin within the jQuery application. However, it is not quite compatible on Android platform and continuously resets it's x-axis whenever I click on the element that has Overscroll plugin applied. Here is an…
Jason
  • 1,298
  • 1
  • 16
  • 27
1
vote
1 answer

ScrollView - colorEdgeEffect in API 10

I'd like to remove the blue glow in ScrollView and keep overscrolling so overScrollMode="never" is not an option. Is there any way to do it on API 10? Or at least not higher than 14.
Greyshack
  • 1,901
  • 7
  • 29
  • 48
1
vote
1 answer

Android - do an overscroll glow effect immediately

I am currently using RecyclerView and LinearLayoutManager under v7 support and building under min sdk version 15. I would like to do an overscroll glow effect immediately on the RecyclerView (manually calling a function instead of listening events)…
Saren Arterius
  • 1,330
  • 1
  • 11
  • 15
1
vote
0 answers

oversSrollFooter in recyclerView in android

I am currently trying to change the colour of the blue horizontal shadow line that appears when you reach the top or bottom of a recyclerView. I tried to dig within the Android docs but could not find any tag such as list View…
1
vote
0 answers

Cannot get rid of overscroll in PhoneGap even with config.xml preferences

I'm fairly new to PhoneGap/Cordova and I'm trying to build an app for iOS and Android. I've read every page/forum I could find on how to get rid of the overscroll but it's just not working for me. I'm working with OnsenUI and AngularJS if that makes…
Yuuki
  • 33
  • 6
1
vote
1 answer

Allow UIScrollView to Scroll Past Content Without Bouncing

Overview I'm building an app the allows the user to overscroll the main UICollectionView by a certain amount in order to load related content. The tactile experience of the overscroll should be the same as many other iOS apps that would cause the…
peteross
  • 236
  • 3
  • 12
1
vote
0 answers

Want to Disable the Background When Pass the Scroll on Web Page and it Display Background Image

Screen Shot of the Scrolling Pass the Bottom of the page on MAC Want to Disable the Background which Appear when we pass the Scroll on Web Page and reaches it end and it Display Default Background Image. Want to stop the scrolling when it reaches…
Sachin
  • 11
  • 1
1
vote
1 answer

How to disable the overscolling of a gridview?

I have an Android application using a GridView. This gridview automatically overscrolls when users make a vertical scroll. I can't use setOverScrollMode(...) because its minimum sdk version is 2.2.(Api 8). How can I disable the overscolling of…
Devu Soman
  • 2,246
  • 13
  • 36
  • 57
0
votes
0 answers

Create a ScrollView in Android with bounce effect but without EdgeEffect

I am working on an Android application and I need to create a custom ScrollView that exhibits a bouncing effect when the user overscrolls, similar to the iOS behavior, but without displaying any EdgeEffect (the glow or fade effect at the…
zeus
  • 12,173
  • 9
  • 63
  • 184
0
votes
0 answers

How to control the velocity of the spring back in Android OverScroller?

I’m using the OverScroller class in Android to implement fling and spring back behavior in my app. I know that I can use the fling method with the overY parameter to specify the maximum number of pixels to overscroll by in the vertical direction.…
zeus
  • 12,173
  • 9
  • 63
  • 184
0
votes
0 answers

Overscroll effect is producing a blank space when using a transparent statusbar in jetpack compose

Iam using a Lazycolumn with an Image as first element. When I scroll up, while Iam already at the top the overscroll starts and leave a thin blank line between the image and the top of the device. This only appears in lightmode with a transparent…
0
votes
0 answers

How to make scroll-chaining work between an iframe scrollable div and the iframe's parent in iOS?

This website uses an iframe to embed a web-component map application showing train connections through Europe. When clicking a line on the map, an overlay container opens, showing details of the corresponding train connection. Depending on the…
danji_ma90
  • 89
  • 8
0
votes
0 answers

Unable a Drop-down From scrolling

I am trying to make a kivymd dropdown that does not allow its content to scroll Tried several times with kivymd version 1.1.1 and 1.2.0 and kivy version 1.9.0 and 2.0.0 from kivy.lang import Builder from kivymd.uix.menu import…
0
votes
0 answers

Prevent gap at top of HTML body due to overscroll

It seems that phones using Android 13 (in my case Galaxy S22+, possibly other devices and Android versions too) create a small empty gap at top of when overscroll animations trigger. The gap appears when overscrolling repeatedly, and not…
Tom
  • 30,090
  • 27
  • 90
  • 124