maleeb
April 25, 2014, 1:33pm
1
Hello,
i found a code for horizontal scroll in this thread “List doesn’t scroll horizntally ” and begin to test.
I need many scrollable horizontal lists with items like in my copy here ( http://codepen.io/5uper/pen/ItahH ).
But the problem is that i cannot more scroll vertically truth the lists.
Hope anyone knows the problem.
1 Like
ysngms
April 26, 2014, 11:36am
2
I’m also interested, anyone has a solution?
maleeb
April 30, 2014, 6:02am
3
i cannot find a solution, its only detects the horizontal slide
Hello @Calendee
first thx for your help.
yes i try your code but this is not what i mean, have u tried my code?
If i have many “…”
The problem is that i cannot scroll to the bottom one. It only detects the horizontal scroll if i try to scroll vertically.
I will scroll vertical to find the list of items i want than i will scroll horizontal. I will build a gallery scroller with categories.
I this possible ?
tamvo
May 2, 2014, 3:35am
6
Also, is there anyway to snap to element like this example from iscroll: https://github.com/cubiq/iscroll/blob/master/demos/snap/index.html
If not yet, I think we should have in later versions because it looks like ios data picker.
@tamvo
yeah like this but horizontal scroll must separately scrollable for each list
I see what you are saying. Unfortunately, I don’t see any way around it. That direction="x"
is essentially telling it to ignore/void all other directions.
Anyone else have ideas?
I have the exact same problem. Hope there will be a solution very soon! I realy need it for my app.
tamvo:
snap
any update on this? Trying to get it to snap.
I’m also facing this problem, any news?
yup same problem, @ionicteam
L1xx3r
October 8, 2014, 5:05pm
13
Same here… I been trying to use the paging on ion-scroll but allow it to show some of the next page, but no success.
Anyone found a solution for this? I need to be able to embed multiple horizontal scroll inside of a vertically scrollable page.
bra1n
October 22, 2014, 2:06pm
15
Here’s a demonstration of the problem: http://codepen.io/anon/pen/BoGkA
A solution is included, if you remove the “return false;” line from the controller, it will override the “preventDefault”-code that keeps the scroll events from bubbling up through the dom to the parent scroll container.
At least it works for the demonstrated situation, maybe it will help someone else, too.
1 Like
vnabet
January 15, 2015, 5:12pm
17
Great job ! Work fine !
And is it possible to lock vertical page scroll during ion-scroll horizontal scroll ? (and also the reverse)
thx