Posted May 10, 20223 yr Administrators Download: The distributive is available by request only. Release date: 10 May 2022 Improvements 🙌 Compatibility with RTL-Android bridge (experiment) Sometimes third-party libraries of non-visual components may use the RTL Delphi-Java bridge. However, the bridge in RTL partially has a dependency on some of the classes from FMX. This is usually solved by edits in a third-party library. This release includes an experimental module Android.Api.RTLBridgeCompatibility, which defines the layer between the public RTL API of the bridge and FGX Native API. To try to add support to third-party library modules, it is enough to include the Android.Api.RTLBridgeCompatibility module in the uses section at the end. This solution does not give a 100% guarantee and is experimental. If you are faced with the need to connect a third-party Delphi library, you can try this solution or leave a request for help in adapting the library on the forum. TfgControl The new notification types TfgNotificationType were added, which can be used for observing structural children changes. Inserting new child control; Removing new child control; Changing child index. Bug Fixes 🐛 FGX-178 The icon of TfgButton wasn't updated when dynamic creating (iOS). FGX-180 The Zoom gesture doesn't work (iOS). FGX-181 The error is being riased in case of adding component to TfgScrollBox in runtime (Android). FGX-182 Changing application state, when user slides drawer with Notification Center (iOS). FGX-183 fgCollectionView1.ReloadItems called frequently cause memory leak (Android). When form with `TfgButton` is being openned, button blinks (iOS).