How to enable Page forward button in Browser?

The Sailfish WebView docs have a “goForward()”-method, so apps based on the Jolla browser engine can do this. But like in real life there are more points to deal with. For my little browser app (Ielig:Web) I created own functions for url-navigation and history. So you can do the url-navigation with swipes. And after a crash you can continue your session with the stored history.

1 Like