Horizontal scroll on RTL list?

Hi:

How to make horizontal scroll RTL document/element?
Meaning scroll from right to left?

10x

1 Like

Maybe you can use an http://ionicframework.com/docs/api/directive/ionScroll/

make it scrollable on the x-axis.
You need to give the ion-scroll a fixed height and width of 100%.

To start initially at the right side:
http://ionicframework.com/docs/api/service/$ionicScrollDelegate/
use the delegate.scrollTo() function and set the left-value to start right.

Can you please give a working example on jsFiddle?

Horziontal scrollable buttons