I am trying to make this electron application. This application act like cell phone. The picture above is the main.
When I click the Youtube app, It opens Youtube page with Webview or BrowserView whatever. Let’s say I played a video.
When I click the Home button, It goes to the main. The thing is the video should be stopped.
Additionally, If I click the Youtube app in the main page, previous page should be loaded.
What I am thinking is to make two BrowserView that is view1 and view2 using ipcRenderer. but I have totally no idea how to save the state of page and restore it like I mentioned above. I need your help folks.