We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
These actions are part of Mobile Framework and can be used in every application module or Timeline module.
It is recommended to include a connection tracking bar in every page, to tell the user if he online or offline.
Just import this module and put <ConnectionTrackingBar /> at the top of your page render function and it works.
<ConnectionTrackingBar />
The /app/infra/ui module is an action creator to set the header height.
/app/infra/ui
Just dispatch the action with a new height in pixels.
This section will be rewritten cause this module doesn't seems to work well.
The workspace module provides two thunk action to upload images from the device to the Entcore workspace:
takePhoto()
uploadImage()