Mobile App integration

The online appointment module can be integrated into your mobile application.
Here are 3 available solutions.

WebView integration Recommanded

WebView integration is similar to an iframe integration, but for native mobile apps.

The browser is embedded into your application, and the appointment module is displayed without leaving the application.

From your mobile application, you can simply add a link or button, which will open the native browser.

The online appointment module will detect the mobile browser, and adapt itself to the size of the screen, through progressive enhancement.

API integration

The mobile app can call the API directly. The rendering of the user interface is left to the mobile application.

Warning This integration is more complex, therefore please read the booking integration guide carefully before making this decision.