I am wondering if there is a way to add a back button in my electron app so that users can go back and forth between pages of the app same as in a browser. Maybe also a refresh button to refresh the page. Cltr+R seems to refresh the page but Alt+Left doesn't go back to the previous page.
I am wondering if there is a way to add a back button in my electron app so that users can go back and forth between pages of the app same as in a browser. Maybe also a refresh button to refresh the page. Cltr+R seems to refresh the page but Alt+Left doesn't go back to the previous page.