My app have two list view which loads from an url. First is the main category and the second is sub-category. While clicking on the first item in main category list it will populate the sub category list corresponding to the selected main value.
The problem is I can't navigate back to my main category again in WP.
The Viewcell and Imagecell works fine in Android.
If I use an ImageCell instead of Viewcell i can successfully navigate to main category.
What should be the reason ?
Thanks in advance.