Desktop
We currently support two integration types for Stably Ramp:
- iFrame integration: This allows you to easily insert Stably Ramp into the DOM node of your choice (NOTE: the minimum dimensions are 400 x 680 px).
Codepen example
- External link integration: Simply redirect your user to ramp.stably.io. No extra work is needed! Just add a link to Stably Ramp in your application.
Example
Mobile
Due to technical limitations with third-party party plugins that Stably utilizes, a simple WebView integration on mobile is currently not possible. We recommend going with one of the three approaches mentioned below.
- External link integration: Open up Stably Ramp in a new browser tab.
- This is the easiest form of integration and works as expected.
Example
- Trade page integration: Only the first trade page is shown in your application. When a user clicks βProceedβ (or βLoginβ), Stably Ramp is opened in a new browser tab.
- For this to work you need to include
_blank=1
in the URL and allow for opening up external links in the native browser via the WebView. - Here is a gist for Flutter: https://gist.github.com/markusait/071e302052ac4e06144f1863578bf280
- WebView integration with browser tabs: This offers the best UX since users will stay in your application and do not have to open a new browser window.
- It should take less than 30 minutes to follow this approach.
- Code examples
In the near future, Stably will provide an SDK for mobile integrators with additional features. If you have a specific feature or a use case youβd like us to consider, please contact us here.