-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot load websites built on react.js #30
Comments
You can try to press F12 key to popup standard WebKit DeveloperTools window. Probably issue in old JavaScript engine in WebKit build. There is may be only one solution - to port QWK to QtWebEngine 5.6+ |
Hey! Thanks for your answer!
When I try to load the same page on the Orange Pi (rendered to fbdev), I get a similar log, but the page remains blank. It is almost as if on the Orange Pi, Qt decides to not execute the Javascript in the very last second :/ Log:
Unfortunately I cannot switch to WebEngine since I can't provide an OpenGL backend on the OrangePi. Edit: Do you have any other suggestions to check why the page is not loading correctly? Thanks and best regards |
Try latest code from
Hope it will help with debug. |
Hey,
I'm using the latest qt-webkit-kiosk build with buildroot with great success so far.
While javascript generally works, I'm unable to load any websites based on react.js.
To test this, you can use any of these demos (https://reactjs.org/community/examples.html), e.g. https://github.com/ahfarmer/calculator
The browser finishes loading, but the page just remains blank.
Since I already built the application to be displayed in react.js, I would love to hear of an solution for this.
Thanks and best regards
Niklas
The text was updated successfully, but these errors were encountered: