electron-kiosk icon indicating copy to clipboard operation
electron-kiosk copied to clipboard

Enhancement: navigation bar

Open SomeDevWeb opened this issue 6 months ago • 1 comments

An almost crucial option is to have some sort of navigation bar that is enabled/disabled in the settings. It should have the classical buttons: Back,Next,Refresh,Home etc (maybe a logo/image) Initially, it would be great to have it only fixed at the top, but ideally it should have various options, like position: top/bottom, editable buttons. My problem when I tried to implement was that it needs to obviously send commands to the main window and whatever I tried, I couldn't make that window send the right commands to the main renderer. But maybe together we can find a solution. Thanks for any interest in this!

SomeDevWeb avatar Jan 16 '24 17:01 SomeDevWeb