I have list of items that has 2 ion-item-options to the left and to the right,
when user click on item open to him another page that has back option.
at the first time the page viewed the items sliding works well!,
but when click on the item and view another page then click on ‘back’ to the first page with the list the items lost their sliding!!!
any idea why it’s happening? how to fix this???
thanks!!
pay attention: when I copy it in my project happen this bug,
but yesterday at the end of the day I copy that code to a clean project and the bug didn’t happen!
???
more info:
i’ve created a fresh RC2 project using "ionic start mySideMenu sidemenu --v2"
i’ve changed the page1 to include a list with sliding options
then run ionic build ios and test on a real iphone device. (note this issue does not happen on local browser using ionic serve)
to replicate the issue clone this project and run npm install.
steps to produce issue:
open app and click on one of the buttons on the list. -> a new page opens
click back
try to slide right or left.
if slide still works repeat steps 1 to 4 until slide stops working and does not slide anymore.
PLEASE NOTE it seems this happens only when a “menu” exists on the project. when trying with “ionic start myBlank blank --v2” having tabs this issue does not happen.