Well I need to know how to populate the history of ionic framework
, of window
itself I know it's like this:
window.history.pushState({upage:sel}, sel, document.location.origin + document.location.pathname +sel);
My problem is that I need to write the "name" of the pages I've been through to when I click the return native button it should return to the previous view, so using the back method of window
it returns only one vision.