I have found apps have the alphabetical scroll bar like native apps.
Sencha Touch have a sample implementation like this.
http://cdn.sencha.com/touch/sencha-touch-2.3.1a/built-examples/kitchensink/index.html#demo/groupedlist
Is it possible to implement this by ionic ?
1 Like
Theres a jquery plugin that does this, if your feeling ambitious, you can try to adapt it to ionic
http://www.designkode.com/alphascroll-jquery-mobile/
And this from the guy who made iScroll.
http://cubiq.org/contact-list-on-webkit-for-iphone
I knew someone had asked about this before.
It would be great if Ionic would feature a vertical alphabet that would jump to a section of a list.
(I believe Apple calls this an ‘indexed list ’.)
[image]
It is currently impossible to implement this myself due to what I assume is a bug in anchorscroll in relation to the content element. See: Content stuck after anchorscroll
My buzz @coen_warmer to see if he’s ever made progress on it.
I haven’t yet turned it into a directive or a module for Ionic or anything, but I have been successful in implementing this in my projects. Details on how I did it are in the post you linked to