Iscroll issue with two dimensional ( horizontal + vertical ) scrolling, scrollable are related issue?

I think the last version (4.1.8) on the github repo will fix your problem ;) I'm using it on some projects and it is now optimized for desktop browser ;) Edit From the documentation : hScroll, used to disable the horizontal scrolling no matter what. By default you can pan both horizontally and vertically, by setting this parameter to false you may prevent horizontal scroll even if contents exceed the wrapper. VScroll, same as above for vertical scroll By default, when creating a new iScroll('idOfElement') the scroll is vertical and horizontal.It can be disabled with these parameters.

Dual Scroll is totally possible as this video shows it So, to force dual Scroll : var myScroller = new iScroll('idOfElement', {vScroll:true, hScroll:true}).

I think the last version (4.1.8) on the github repo will fix your problem ;) I'm using it on some projects and it is now optimized for desktop browser ;) Edit From the documentation : hScroll, used to disable the horizontal scrolling no matter what. By default you can pan both horizontally and vertically, by setting this parameter to false you may prevent horizontal scroll even if contents exceed the wrapper. VScroll, same as above for vertical scroll.By default, when creating a new iScroll('idOfElement') the scroll is vertical and horizontal.

It can be disabled with these parameters. Dual Scroll is totally possible as this video shows it.So, to force dual Scroll : var myScroller = new iScroll('idOfElement', {vScroll:true, hScroll:true}).

I searched for that earlier but could not find. – Sandeepan Nath Aug 2 at 6:44 See cubiq.Org/iscroll-4 – ChristopheCVB Aug 2 at 6:45 I had checked that previously. Now checked again but all the demos I saw are either vertical-only scroll (like cubiq.

Org/dropbox/iscroll4/examples/custom-scrollbar) or horizontal-only scroll (like cubiq.Org/dropbox/iscroll4/examples/carousel). Am I missing the 2D demo somewhere? – Sandeepan Nath Aug 3 at 5:52 Edited response; ) – ChristopheCVB Aug 3 at 7:09.

This is not a complete solution, but this might help you. First of all, The HTML code was not properly nested, and so you were needed to put the inside the . I fixed up the HTML a bit and its working without the jsfiddle.net/Aexhz/ And with properly nested HTML and correct settings, This worked even after dividing the HTML/JS/CSS For me, it does show some Horizontal as well as Vertical Scrolling, but I don't know if that's how you want it to be.

I Edited the Class initialization line as well myScroll = new iScroll('scroller1', {desktopCompatibility:true}); TO myScroll = new iScroll('scroller1', { snap: true, momentum: false, hScrollbar: false, vScrollbar: false, desktopCompatibility: true }); This doesn't affects much but I still put that. I will continue looking into this and update my answer if I find anything new.

First of all thanks for trying... I have updated the question title too... I think that was confusing. I checked the scrolling in your jsfiddle. Looks like scrolling in horizontal direction has reduced now (moving only little bit).

Please check my update – Sandeepan Nath Jul 27 at 18:07 scrolling has to be just like we move the mouse pointer in the screen – Sandeepan Nath Jul 27 at 18:16 +1 Thanks for your effort to separating the html/css/js.. – Sandeepan Nath Aug 3 at 18:25.

I know you want to fix this using iscorll but wanted to share this with you, I had great results using it: jscrollpane.kelvinluck.com/#usage It is highly customizable with css, a demo here with vertical and horizontal scroll: jscrollpane.kelvinluck.com/basic.html.

Somebody please create a tag iscroll or iscroll3 so that I can retag my question. I just want to have normal two dimensional scrolling with the scroll area being properly inside the visible screen and there should be bounce back on taking outside the screen. Right now there is no bounce back (in my jsfiddle) on scrolling towards top and left, outside screen.

Bounce back happens on scrolling to right and bottom. I just want the scrolling area to be well placed inside the screen. I guess bounce back will automatically get fixed then.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions