Mendix mobile hybrid apps are usable for only 1 Mendix application. But what if you want setup a microservice architecture and display all your Mendix apps through 1 mobile app? An option is the usage of the Cordova InAppBrowser plugin.
This widget is a simple setup on using the InAppBrowser plugin of Cordova and loading pages wihout navigating away of youw app.
Displaying you Mendix microservice architecture in just 1 hybrid app.
- Open an URL on an attribute.
- Configuring the InAppBrowser settings like navigation buttons or URL bar.
- Support for mobile and desktop.
- Offline capability
- Mendix 7.23.2 or higher
Add the widget inside a Dataview and configure the String Attribute containing the complete URL. Make sure that the link contains the required navigation profile for Mendix.
- Link text: The text of the link/button on the page
- Link glyphicon: The complete classes to display a glyphicon as prefix of the text.
- Link render: Must the link be rendered as button or link
- Clickable container: The widget will search for a parent HTML element containing the defined class and set the click event.