Jump to content
View in the app

A better way to browse. Learn more.

FGX Native

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

  • Administrators

Download:
The distributive is available by request only.

Release date:
27 December 2024


Warning 🚨

To build Android apps on this version, you have to use the Android SDK 35+ versions.

Improvements 🙌

Biometric Authentication

Added new service for biometric authentication (fingerprint, face, iris). A non-visual component can be used for authentication TfgBiometricAuthentication. It is also possible to use the service directly:

TfgBiometricAuthenticationFactory.CreateBiometricAuthentication
    .SetFallbackAsPasscode;
    .SetSubtitle('Subtitle')
    .SetDescription('Description')
    .Execute(BiometricAuthenticationResul, 'Title');

New demo example "Services" -> "Authentication" -> "Biometric Authentication".

Gradle

We updated supported Gradle version to 8.9. Now you can now use the JDK up to and including version 23.

FGX Android Log Viewer

Now FGX Android Log Viewer can work with devices via Wi-Fi.

Project settings

For components that require special project settings, the ability to go to project settings using a double click and context menu has been added (TfgMap, TfgPushNotificationService, TfgInAppPurchase, TfgFirebaseAnalytics, TfgGooglePayClient, TfgGoogleAdMobProvider, TfgYandexMobileAdsProvider, TfgFacebookLoginAuthenticationClient, TfgVKLoginAuthenticationClient).

Android libraries

Added the ability to edit a previously added library dependency Android.

Other

  • Some user's font files didn't work on iOS. We improved supporting it.
  • Improved key event dispatching in the Android for nested forms if the form is created and displayed from the TfgForm.OnShow handler (Android).

Recently Browsing 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.