Skip to content

16.4 Update

Compare
Choose a tag to compare
@jasonaibrahim jasonaibrahim released this 05 Sep 22:04
· 76 commits to master since this release

New Plugins

AWPrint

The print plugin allows you to print using native print functionality provided by the platform.

AWRealm

Methods to interact with the on device Realm database.
https://realm.io/

AWAnonymous

Methods for interacting with the client when running in anonymous mode.

Improvements

FileSystem.isOpen

New method to tell if a file is open

FileSystem.setReadOnly

New method to set a file as read only

MobileFileSystem.readFile

Provides parity with FileSystem.readFile

AWLauncher Updates

Can now get the launch data by calling getLaunchData and clear by calling clearLaunchData

Bug Fixes and General improvements