I am developing one app that uses iScroller to display list of products,
I have used the pageshow event for loading the list of product, due to some circumstances i am not able to use the pageinit()
.
Issue is that when i click on any product it shows product detail page, but on product detail page when i click on back button, it again call the pageshow()
of the product list page.
I dont want to run the pageshow()
when user clicks on back button on detail page, other then this back button i want to run the pageshow()
from everywhere else.
Please tell me how to solve this scenario.