TBN Native Image Viewer
Overview
Render native image in base 64
Documentation
Description
This purpose is use for mendix native mobile application to render the image in base 64 bit.
Typical usage scenario
- Mendix version 8 can not sync the image to device, the only way is to convert into base 64 bit and render with custom widget.
- Maker needs to make a nanoflow to call microflow and from microflow get the image, then converting it to base 64 bit.
- Finally, maker can map the base 64 bit value into widget attribute together with width and height.
Features and limitations
Features:
-
Render base 64 bit image in native mobile profile.
Limitations:
-
There are no limitation so far.
Dependencies
-
Mendix 8.18.12 up
Installation
- Place the widget on top of the Home_Native, make a nanoflow call a microflow.
- Microflow then get the image, and covert to base 64 bit and return the string value to nanoflow.
- When you get base 64 value, width and height . You can map it back to the widget.
Configuration
- Need to provide base 64 bit value, width and height.
Bugs
None