How often do you upgrade Chromium?
We follow Chromium schedule and start upgrading Chromium to the latest stable release as soon as it’s available for download. Upgrade to a new Chromium version takes 3-4 weeks depending on the number of changes in the latest Chromium version.Why my video does not play on a web page?
Format of the video you are trying to play might not be supported by JxBrowser. Please check the list of supported video and audio formats.Can I use JxBrowser on mobile devices with iOS or Android?
No, since JxBrowser is based on the desktop version of Chromium. For the complete list of supported platforms, please see the System requirements page.How to display tabs and address bar with the back and forward buttons?
How to reduce size of the JAR files?
The size of JAR files can’t be reduced.
The biggest part of the JxBrowser distribution is the Chromium binaries. To minimize their size, we build optimized native code and include only the files required for JxBrowser. The binaries are already as compact as possible.
When packaging your application, include only the Chromium binary JAR that matches the target platform, but not others. A typical application needs only three JAR files at runtime:- —
jxbrowser-8.12.2.jar~13MB. - —
jxbrowser-<UI TOOLKIT>-8.12.2.jar~200KB. - —
jxbrowser-<PLATFORM>-8.12.2.jar85MB+.
Alternatively, you can host binaries in a shared location and download them at runtime using custom delivery.- —
Does JxBrowser support WebSwing?
Yes. JxBrowser works in the WebSwing environment in theOFF_SCREENrendering mode.