[SOLVED] How to reinit popover, ptr-content

My problem appears when i come back from two pages away from index where ive a pull to refresh(ptr-content) and a popover. Example (i’m in index.html) i click somewhere that sends me to another route(x.html) if i click back, all its correct ,the popover works well but if from this x.html i go to another page when i go back to x.html and then back to index.html the popover fails when click to open. This happened to my swiper but i solved with
pageReInit: function (event, page){
//SWIPER de FOTOS reinicializado al volver hacia atras desde por ejemplo lo de comparar
swiper = app.swiper.get(’#swiperContainer’);
}
but with popover doesnt work.

1 Like

Solved, silly error :sweat_smile:

1 Like