Ion-slide-box + ion-content = crazy scrolls!

Hi,

I try to create something like :

<ion-slide-box show-pager="false" on-slide-changed="slideChanged($index)">
        <ion-slide>
            <ion-content>
                <ion-list>
                    <ion-item class="item-text-wrap">
                        <h2>Description</h2>
                        LOREM
                    </ion-item>
                    <ion-item class="clear item-divider">
                        <h2>Informations</h2>
                    </ion-item>
                    <ion-item>
                        Category
                        <span class="item-note">
                          LOREM
                        </span>
                    </ion-item>
                </ion-list>
            </ion-content>
        </ion-slide>

        <ion-slide>
            <ion-content>
                 <ion-list>
                    <ion-item class="item-text-wrap">
                        <h2>Ratings</h2>
                        TODO
                    </ion-item>
                    <ion-item class="item-divider">
                        <h2>Comments</h2>
                    </ion-item>
                    <ion-item class="item-text-wrap">
                        TODO
                    </ion-item>
                </ion-list>
            </ion-content>
        </ion-slide>
    </ion-slide-box> 

but when i try to change slide or scroll i have sometimes multipledirections scrolls x and y at same time. How to be sure only one action can be do at same time else change slide or vertically scroll ?

Thanks in advance

this is the issue which bugs alot ! Its annoying when user tries to scroll vertically and the slides gets changed !

It does not give android native feel to it.

Those ion-slides are too sensitive. any workaround?