Click event not trigered ion-slides loop

ion slide with loop option causes the last slide and the first one to ignore click events. I explain:
I suppose we have 3 ion-slide with option loop.
If you look at your output code with your debugger. You’ll notice you have 5 ion-slide starting from index 0 to 4.
from index 1 to 3 those are your real slides they work fine. But index 0 and index 4 don’t handle click events.
I tried to overcome this effect by changing the behavior of sliding but the performance is very bad.
Please fix this mess.

I fixed it. I changed the Framework