Embedding widget in apps

For iOS:
We highly suggest loading the widget using WKWebView and loadHTMLString.
For Android:
We recommend the use of WebView and the loadData method to render the widget. Don’t forget to enable JS support on your WebView to make sure that all scripts will run properly.
Note for both:
You’ll also need to include some way ‘back’ after the reservation (see events) as well as a way of exiting the view if they decide not to continue making a booking. We highly suggest loading the widget using WKWebView and loadHTMLString. You’ll also need to include some way ‘back’ after the reservation (see events) as well as a way of exiting the view if they decide not to continue making a booking.