Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the ID within WebEngineView to make it work with Qt 5.7
I have no idea why, I think it might be some timing issues while initializing the webengine, but when using runJavaScript() in the WebEngineView without referencing it with the id of that QML object it just throws the error that it doesn't know what runJavaScript() is. When we use the ID then it just works for some reason.
- Loading branch information