I am using ionic framework. I want full swipe like this
I have used following code
<ion-list can-swipe="true">
some code
<ion-option-button class="button-positive">fff</ion-option-button>
</ion-list>
But this is showing only small portion. I need to cover my full div.
Any Help?
Thanks