css - Ionic - Pagination is being hidden with new ion-slides component (Swiper) -


i'm using ion-slides component (ionic v1.2.4) uses swiper , i'm experiencing issues pagination being hidden when many (> 10) slides being used.

i've modified jsfiddle demonstrate problem i'm experiencing, notice if remove slide html pagination displays accordingly.

can tell me how force pagination display still?


update

this ionic have implemented whatever reason pointed out @nico. should make configurable leaving developer on whether pagination should hidden after 10 slides.

my solution below 1 workaround though if wants pagination display.

it hardcoded. see line 79 https://github.com/driftyco/ionic/blob/master/js/angular/directive/slides.js#l79

maybe pass option hide-pagination="" accept boolean or integer hiding after n- slides , defaults doesn't hide pagination after 10 slides.

this done pull-request dealing related problem.

i dig need feature well.


Comments