Posted on Sep 21, 2022

In this release, we upgrade Chromium, extend Fullscreen API, improve the stability of the library, and drop support for old macOS versions.

What’s New

Chromium 104.0.5112.124

We upgraded Chromium to version 104.0.5112.124.

Fullscreen API

It’s now possible to exit the fullscreen mode programmatically:

// Exits the fullscreen mode even for PDF viewer.
browser.fullScreen().exit();

There are incompatible API changes, please check out the migration guide for more details.

macOS Support

Chromium has dropped support of macOS Sierra 10.12 and El Capitan 10.11, and so did we.

Quality Enhancements

  • Fixed the issue when the arrow keys changed the focus in JavaFX applications.
  • Fixed the possible deadlock when using methods of DragAndDrop services.
  • Fixed a resource leak when creating cursors in SWT.
  • Fixed keyboard events forwarding to web dialogs on macOS.

Download JxBrowser 7.28 Get Free 30-day Trial

Go Top