Questions tagged as 'scroll'

1
answer

Problems with scroll when loading page

Good evening. I have a problem with my page. When loading or reloading the scroll goes to the end of the page, it is normal to keep it up. Has something similar happened to me or could you help me to give me a solution? I use bootstrap. Thank...
asked by 27.08.2017 / 02:07
1
answer

problems with the scroll, I get two scrollbar

I have the following case, that in my application I have two scroll, as I do so that only one, the one that is inside, comes out. PS: I do not take css.     
asked by 18.08.2017 / 17:51
2
answers

How to create a horizontal scroll view that moves automatically and cyclically

I'm trying to do a% horizontal% co_of which is going to take several images, what I'm trying to do is that the scrollview moves automatically and that when it reaches the end it automatically starts again from the first image something so...
asked by 20.06.2017 / 05:57
0
answers

Error creating Infinite Scroll

I'm trying to create a% infinite% co, but when I run it I get a reference error in Scroll    jquery.js: 8706 GET link 404 (Not Found) the code of my GET is: <script type="text/javascript"> $(window).scroll(func...
asked by 04.06.2017 / 10:40
0
answers

Insert image in divs with scroll

I want to insert title, paragraphs, images in each div (red and green), try to do only with html but I could not so try with js. $(window).scroll(function() { var box = $('.box'); var scroll = $(window).scrollTop(); if (s...
asked by 30.03.2017 / 08:17
1
answer

Problems changing pages with "-webkit-overflow-scrolling: touch"

I need help, I tell you, I'm making an application where I need to use "-webkit-overflow-scrolling: touch" in several views, the problem is this: When I scroll and press the button to change the view to another page, first I scroll and then I...
asked by 31.01.2017 / 19:13
0
answers

TableView enables buttons in a column when scrolling

I have the following problem I have a TableView in JavaFX has 3 columns of which the last column is a button. The situation is that the button must be un-enabled for the first 5 records of the table, but if the table has a scroll long enough so...
asked by 06.12.2016 / 02:31
0
answers

NavigationController configured as transparent is loaded with color from the previous view

I have a view configured with the NavigationController as transparent, however when the view is loaded, the initial color of the NavBar is loaded with the color of the NavBar of the view that precedes it. In my view 1 (previous), I have my Na...
asked by 05.11.2016 / 02:04
1
answer

How to modify a global variable from a Scroll function?

Friends, I would like you to help me by guiding me, I need to modify a global variable at the moment of scrolling, to load data through Ajax. The code that I wrote works the first time when the scroll reaches the end of the page, but then whe...
asked by 09.11.2017 / 19:12
1
answer

problem with vb.net and webbrowser, scraping

I'm making an application with vb.net with the webbrowser object. Basically I do the following automatically, nevego a direction, I scrolling down to load the entire page (since it is dynamic and load as you scroll down) and finally I take...
asked by 31.01.2018 / 14:25