iOS
Documentation Update in Progress
We are currently revisiting and updating this section of our documentation to ensure it provides the most accurate and helpful information. Some content may be incomplete or outdated during this process.
Thank you for your patience! If you have any immediate questions, please don’t hesitate to contact our support team.
This guide shows how to embed a React.js web app in a WebView for iOS using SwiftUI. It also demonstrates how to enable messaging between the web app and the host app.
Setting Up the WebView
Use WKWebView
to embed the LiSA Player in an iOS application:
Using the WebView in SwiftUI
Here’s how to use the WebView
component:
Last updated