[Android Problem] Slider not working dinamicaly

I’m using the slider as a Wizard Form, so it need to pass the pages with
this.slider.slideTo(1);

When I’m using on Serve it works, but on Android it doesn’t go to the pages.

This is my page

I’ve found that this is a common problem in Ionic 2 Beta 10 in another topic.

Hi,

I had the same problem,

think this is not the best solution but it works.

mySlideOptions = {
        direction: 'horizontal',
        initialSlide: 0,
        loop: false,
        pager: true,
        width: screen.width
    };