2024
- v7.41.4
- v8.1.0
- v8.0.0
- v7.41.3
- v7.41.2
- v7.41.1
- v7.41.0
- v7.40.0
- v7.39.2
- v7.39.1
- v7.39.0
- v7.38.2
- v7.38.1
- v7.38.0
- v7.37.2
- v7.37.1
2023
- v7.37.0
- v7.36.3
- v7.36.2
- v7.36.1
- v7.36
- v7.35.2
- v7.35.1
- v7.35
- v7.34.1
- v7.34
- v7.33.2
- v7.33.1
- v7.33
- v7.32
- v7.31.1
- v7.31
- v7.30.3
- v7.30.2
- v7.30
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011
2010
2009
2008
2007
Posted on November 30, 2016
JxBrowser 6.9
Version 6.9 includes new features and improvements.
- The
JSFunction.invokeAsync()
method has been implemented. This method allows invoking JavaScript function asynchronously and get the result of the invocation throughFuture<JSValue>
. - The
Browser.forwardMouseEvent(BrowserMouseEvent event)
method has been implemented. This method allows forwarding mouse events directly to the currently loaded web page as if the mouse events were sent due to user actions.
This update also contains fixes for the following issues:
- Memory leak when creating/disposing
Browser
instances. - Issue when symlinks are created asynchronously on Linux. It causes the situation when by the time when Chromium engine
is started, the symlinks on required native libraries have not been created yet. As result the error message such as
"error while loading shared libraries: libgcrypt.so.11: cannot open shared object file: No such file or directory"
might be displayed. - Freezing issue when terminating Chromium engine.
- Issue with pending
jxbrowser-helper
processed when terminating JVM on macOS. - Native crash in Chromium engine when forcing full spell check via
the
SpellCheckerService.setFullSpellCheckForced(true)
method. - The
java.lang.IndexOutOfBoundsException
error when creatingBrowser
instance on macOS.
Write us at customer-care@teamdev.com to download JxBrowser 6.9.
Follow @JxBrowserTeam to get notified of the library updates.
Subscribe to our RSS feed to get instant updates on new releases.
Subscribe to get notifications about the latest releases.