Skip to content

Commit fca7fe6

Browse files
committed
feat: update ios vuplex webview
1 parent 0f6c011 commit fca7fe6

File tree

3 files changed

+132
-250
lines changed

3 files changed

+132
-250
lines changed

src/Packages/Passport/Runtime/Scripts/Private/UI/IPassportWebView.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ namespace Immutable.Passport
66
/// Platform abstraction interface for PassportUI WebView implementations.
77
/// Provides a unified API for different WebView technologies across platforms:
88
/// - Windows: Volt Unity Web Browser (UWB) with Chromium CEF
9-
/// - iOS/macOS: Gree WebView with WKWebView
9+
/// - macOS: Volt Unity Web Browser (UWB) with Chromium CEF
10+
/// - iOS: Vuplex 3D WebView with WKWebView
1011
/// - Android: Gree WebView with Android WebView
1112
/// </summary>
1213
public interface IPassportWebView

0 commit comments

Comments
 (0)