Questions tagged as 'scroll'

1
answer

problem with gridview on android

friends I have a gridview with images but when the gridview fills the emulator screen as it restarts the index because I scroll down and it no longer comes out in order that I have in the arrangement look at an image to explain better:...
asked by 16.08.2016 / 09:56
2
answers

Delete scroll from a md-select does not work

I have the following code in Angular 1.X: <md-input-container style="margin:0; overflow-y: hidden !important;"> <label>STATUS</label> <md-select style="overflow-y: hidden !important;" ng-model="query.filte...
asked by 08.02.2017 / 15:49
2
answers

How do I remove the scrollbar to the body?

I'm looking for how to remove scrollbar to body to assign this other scrollbar that you can see if you execute it but this should include the same scroll functions (function($) { $(window).load(function() {...
asked by 14.01.2018 / 03:55
1
answer

Infinite scroll + tooltips

I'm trying to implement a page with infinite scroll and add tooltips to some items. Infinite scroll works fine, but tooltips only appear on the first page, before adding new items with the scroll. This is the example: link The toolti...
asked by 25.10.2018 / 10:35
1
answer

How to do smooth scrolling towards an element

I am looking for a way to scroll towards an element with a smooth animation. For this I have helped with this site . function scroll() { const a = document.getElementById("p"); a.scrollIntoView({ behavior: "smooth...
asked by 21.07.2017 / 22:32
1
answer

scroll zoom text

I have this code link that zooms in on a text while you scroll. The issue is that the mommemento apply to the code I have does not work as it should, maybe I'm missing something or I'm forgetting to add something else? this is the code on the...
asked by 30.08.2018 / 23:41
3
answers

ScrollView does not work "Android Studio"

The truth is I have some basic knowledge in Android programming and others. I am making an application in Android Studio that tries to make a main screen so that a teacher and parent can register and log in. In the activity in which the parent r...
asked by 08.03.2017 / 15:03
2
answers

Scrolling through listview scroll delete edittext data

Good morning afternoons I have a listview that I fill with a custom adapter in which I have an edittext so that the user can put a quantity, the problem is when I have more than 5 rows in my listview and enter in the first one, and I scrol...
asked by 16.06.2016 / 21:39
1
answer

Know the position of an element with respect to the scroll [duplicated]

How can I know when the position of an element is scrolled with respect to the position of the scroll? This is what I have tried so far: const elements = []; for(i = 0; i <= 8; i++) { elements.push(document.getElementById('p...
asked by 19.07.2017 / 20:44
1
answer

How do I make the browser scroll to fit a modal?

The modal I do with mdbootstrap . My Html: <!-- crear --> <button class="btn btn-primary waves-light" (click)="crearAbrir2()" mdbWavesEffect> <span class="fa fa-plus d-inline-block"></span> <...
asked by 06.10.2018 / 16:55