I'm building an Electron Browser app. This app will load an external url (only) My question is how to add a spinner (gif image) while loading the page. I know that there is an even 'did-start-loadin'. this is working fine, but I did not find a way to show a runner. Also there is not status bar option in Electron / BrowserWindow. putting it there would be my favorite.
any ideas how to do that?