@mrc_prasad wrote:
Hi I am using ionic 3 to develop the application. I am using list to display and ion-item-sliding to slide from left and from right. I tried in different ways but I couldn`t full slide like gmail app. Can you share a possible solution.
Sample logic I am trying:
const nativeElement = itemSlide.item.getNativeElement();
const moveFactor = itemSlide.getOpenAmount() > 0 ? 5 : 10;
console.log('moveFactor '+moveFactor);
const x = nativeElement.offsetWidth * moveFactor;
itemSlide.setElementClass(“removed”, true);
itemSlide.moveSliding(x);Regards,
M.R.C.Prasad
Posts: 1
Participants: 1