Jump to content

1.13.4.0 English


Yaroslav Brovin

Recommended Posts

  • Administrators

Download:
The distributive is available by request only.

Release date:

30 January 2022


Attention 🚨

You should add to iOS SDK profile new framework "AuthenticationServices.framework" for correct linking FGX Native application for iOS.

  • Open IDE settings: "Tools" -> "Options" -> "Deployment" -> "SDK Manager".
  • Select your iOS SDK profile .
  • Scroll list to "Frameworks" group and select any line in this group.
  • Press add button (On the right side of list).
  • "Path on remote machine:" "$(SDKROOT)/System/Library/Frameworks".
  • "Framework name:" "AuthentificationServices".
  • Execulte downloading required files via "Update Local FileCache" button.

New

TfgAppleIdAuthenticationClient

The new component TfgAppleIdAuthenticationClient was added. It allows to identify user via AppleId service. The component is also cross-platform. However the component is implemented only for iOS platform at this moment.

TfgAppleIdButton

The new component TfgAppleIdButton was added. It allows to display AppleId button for sign in via AppleId service. You can link the TfgAppleIdAuthenticationClient to button via the AuthenticationClient property and when user clicks on button, it will start process of user identification.

You can adjust appearance via Appearance property and change style Style or apply rounding corner via CornerRadius.

Since the identification client TfgAppleIdAuthenticationClient is supported only on iOS, the button is currently only available on iOS. When the component is launched on the Android platform, it is automatically hidden. If the AppleID identification is not supported on the current platform, then the button is also automatically hidden by default. This behavior is controlled using the AutoHideIfNotSupported property.

Improvements 🙌

TfgCamera

  • The handling of camera permission was improved. Now if the camera permission is being revoked while the application was in the background, the application will not crash.
  • The demo sample was updated "Components" -> "TfgCamera" -> "Camera". Now, if you do not have rights to work with the camera, the application displays a message about this and does not allow you to use the camera. Also in the example, the error of the incorrect handler has been fixed. Also, demo on iOS did not display a preview of the last photo taken.

Gestures 

Gestures LongTap, DoubleTap and Zoom were implemented for basic components iOS.

The new demo sample was added:

  • "Gesture" -> "Gesture LongTap - Long press".

Other

  • The new demo sample was added showing image display modes, as well as applying a mask: "TfgImage" -> "Display modes".
     

Bug Fixes 🐛

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...