List ItemTap Event Fails On Subsequent Viewings of ListView
I have a navigation view with a button that pushes a ListView into place. When I hit the back button to go back to the main navigation view and then revisit the listview, the item tap event for my list fails to invoke when selecting an item. On initial viewing of the list I can select an item and the item tap event fires. Any assistance with this issue will be greatly appreciated. Thanks in advance.
Encountering this same issue
I'm creating my first Sencha Touch application and am encountering this same problem.
My app has a couple of buttons that lead to ListViews which then have an item tap controller action attached that goes to a detail view/panel. Whenever I use the Back Button to go back to the button view after going to the detail view and then clicking to the ListView I can no longer get to the detail view the itemtap controller is not being fired.
I've used the Safari Developer Tool and set a break point just inside the Controller and it is not hit.
Any help to solve this issue is appreciated.