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

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.