Usage in native Apps

The easiest way to implement Seamly into an app is to use a Webview. As webviews generally do not retain session storage or cookies, the loaded html page needs to be set up to support this. The easiest way is to use the built-in app storage provider (see the storage provider documentation for more information).

Seamly Web UI supports out-of-the-box integration with:

For other platforms you may need to write a custom storage provider.