python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.3k stars 580 forks source link

Any way to add a persistent back and forward arrow button like a webbrower? Since my projects involves traversing to different websites. #593

Open shasankp000 opened 2 years ago

shasankp000 commented 2 years ago

here is my javascript code for my minecraft mod installer, which involves travelling to different websites :

image

as you see it involves traversing to other websites, so is there any way of making a persistent back and forward button on the titlebar maybe?

vv2006-mc commented 2 years ago

for having a persistent back and forward button you have to use chrome or any browser without app mode. or create your own. there is a nice tutorial on how to create a browser in pyqt5if you are interested in using pyqt5