Can't get WebView goForward() to work
Unsolved
QML and Qt Quick
-
I've made a trivial QML application with a WebView in it, then added buttons for backward and forward history navigation. If I call goBack(), it works fine. If I call goForward(), it appears to execute but produces no change.
I've run Qt company's online minibrowser example and it works fine with both backward and forward navigation. I can't yet see what I'm missing in my app. Here's my trivial example:
https://github.com/davismmarques/qml-webview-goforward-bug
Any suggestions are appreciated.