i have implemented some logic inside
$(document).on('pagebeforeshow', '#mainPage', function(){
}
but it doesnt load when a user eitehr presses the back key to go back to this specific page containg this JS or when calling
history.back(-1); return false;
to manually go back to the previous page.
It only gets executed if you do a refresh or directly go to the page using a href<>
Any sugestions?
cheers
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…