Questions tagged as 'rolamento'

2
answers

Page Redirect when Scrolling

Good afternoon, I need some code that allows the immediate redirection to another page when giving Scroll (at least Scroll that is made, at the very least movement). Someone can give me a tip, I'm still a beginner. Thank you all!     
asked by 26.11.2017 / 20:11
1
answer

jQuery smoth scrolling is not working

When I click once on one of the options of nav , it works, but if I double click or if I'm in an area and click to go in another area, it gets lost and buga total, I do not know what to do and I've tried using all possible JS. HTML:...
asked by 15.11.2017 / 01:20
0
answers

page scroll is shaking up and down

I'm working on a WordPress site, and the scrolling page is shaking up and down. I can not seem to find this error. No error appears on the console. Can you help me? Have you been through this?     
asked by 30.10.2017 / 17:32
0
answers

C # - Is it possible to put a Scrollbar inside a Menustrip through the code, without touching the design?

Hello I'm using Windows Forms and created a menu with many items: In order to view all items, I have to use these arrows at the ends of the menu. I would like to be able to add a Scrollbar or something to view the items more easily....
asked by 16.06.2017 / 13:28
0
answers

RadioButton changes checked when scrolling Listview

Good afternoon, I have a problem with RadioGroup in a listview. Next, when I mark a RadioButtom and use the scroll of my listview, the markup I made appears on another RadioButto and not on what I had selected.  Here is the code for my adapter:...
asked by 04.07.2017 / 18:48
1
answer

How to automatically scroll in the page using javascript?

I'm developing a screen where I have a step by step and I use slideUP and slideDown to close and open the divs related to them. How do I scroll down the page automatically when I scroll down one?     
asked by 02.06.2017 / 15:39
0
answers

Infinite Scroll for mobile

I did an infinite scroll and it worked perfectly, but when I went to test it on a cell phone it just did not work, the method I used was this: win.scroll(function() { if($(document).height() - win.height() == win.scrollTop())...
asked by 22.04.2017 / 21:16
1
answer

Infinite Scroll with PHP array

I have a PHP array with about 10,000 keys organized like this: Array ( [0] => Array ( [id] => 13154 [photo_file] => 013154.jpg ) [1] => Array ( [id] => 7885...
asked by 21.04.2017 / 19:48
0
answers

Infinite Jetpack Scroll with paging problem

In my Wordpress installation I'm using the JETPACK plugin and its Infinite scroll feature. In the blog home page, I'm using the action pre_get_posts and the filter infinite_scroll_query_args to change the Query and pull common posts and a cus...
asked by 27.03.2017 / 21:26
1
answer

How to make a ScrollView with several components?

I'm trying to make an activity of a project of mine contain a considerable amount of components. I tried doing this using a ScrollingActivity that contained more than just the "default" textView (the one that already comes when it is created)...
asked by 25.03.2017 / 00:18