The crash issue on iOS13 has been fixed in this version.
This version contains the following new feature:
iOS:
- Speech recognition
It relies on Apple’s servers. Performing speech recognition requires a network connection.
Example:Code: Select all
A 4 41HTML('<<SPEECHRECOGNITION>> A Type: SpeechRecognition A Locale : "en_US" A OnRecognitionCompleted: ON_RECOGNIZE_SPEECH A ')
- NFC tag reading
Read card id use built-in NFC device
Example:Code: Select all
* Start NFC reading after form is loaded. #COM_OWNER.Set Property('/Form.Nfc.Enabled') To('True')