-
Notifications
You must be signed in to change notification settings - Fork 6
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
Second Brain WebView - 3D rendering issue #77
Comments
in the screenshot above i did use Equo Chromium Library their free trial which did simplify the implementation process for testing but you can totally use JCEF Maven - apache-2.0 License |
! |
@MathRoda could you write out some steps to get this implemented in the multiplatform koltin app? I'm not familiar at all so I'm not sure where to start |
Just saw this. If @MathRoda can try to get the JCEF Maven - apache-2.0 License implemented and working it would be great. I can help testing whenever it's ready. And then we might need to review the javascript bridge integration with this new way of rendering the second brain web |
@kevkevinpal @tomastiminskas i'm also not super familiar with JCEF Maven - apache-2.0 License but i've read a bit of the documentation and i think i'm able to get it work |
We are using
javafx.web
from theorg.openjfx.javafxplugin
to load tribe web pages inside a WebView in Sphinx app.We are using the latest version for the plugin
The webpage at the Second Brain tribe is not loading. There seems to be an issue with
javafx.web
and canvas 3D rendering.This is the webpage with the 3D canvas that causes the problem: https://second-brain.sphinx.chat
The text was updated successfully, but these errors were encountered: