Skip 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.

1.16.2.0 English

Featured Replies

  • Administrators

Download:
The distributive is available by request only.

Release date:
16 October 2023


Improvements 🙌

TNotificationCenter

The supporting of TNotificationCenter RTL component was added. Now you can use this component in FGX Native applications.

  • The new demo sample was added: "Services" -> "Local notifications"

TfgAssetsManager

New helpers methods were added for TfgAssetsManager. To use helpers methods, you need to add FGX.Assets.Helpers to uses section.

GetColor - returns color from asset with name AName. If there are no asset, it returns ADefault color.

uses 
  FGX.Assets, FGX.Assets.Helpers;
  
var
  Color: TAlphaColor;

Color := TfgAssetsManager.Current.GetColor('Asset name 1', TAlphaColorRec.Red);
Color := TfgAssetsManager.Current.GetColor('Asset name 2');

TryGetBitmap - returns bitmap from asset with name `AName`. If there are no asset or it's empty, than returns `False`.

uses 
  FGX.Assets, FGX.Assets.Helpers, FGX.Canvas;
  
var
  Bitmap: TfgBitmap;

if TfgAssetsManager.Current.TryGetBitmap('Bitmap set asset name', Bitmap) then
  // work with Bitmap
  ;

RTL System Permissions 

The supporting of System.Permissions was added. Now you can use not only our service FGX.Permissions, but RTL version.

Demo samples

The part of demo samples were reorganazied. Now all samples related to using services, are located in "Services" category.

Bug Fixes 🐛

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

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.