1
Well I need to know how to populate the history of ionic framework
, of own window
I know it’s like this:
window.history.pushState({upage:sel}, sel, document.location.origin + document.location.pathname +sel);
My problem I’m needing to record the history "name" of the pages I passed to when clicking the native back button it should go back to the previous view, this way using the return method of the window
he returns only a vision.