We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6c011 commit fca7fe6Copy full SHA for fca7fe6
src/Packages/Passport/Runtime/Scripts/Private/UI/IPassportWebView.cs
@@ -6,7 +6,8 @@ namespace Immutable.Passport
6
/// Platform abstraction interface for PassportUI WebView implementations.
7
/// Provides a unified API for different WebView technologies across platforms:
8
/// - Windows: Volt Unity Web Browser (UWB) with Chromium CEF
9
- /// - iOS/macOS: Gree WebView with WKWebView
+ /// - macOS: Volt Unity Web Browser (UWB) with Chromium CEF
10
+ /// - iOS: Vuplex 3D WebView with WKWebView
11
/// - Android: Gree WebView with Android WebView
12
/// </summary>
13
public interface IPassportWebView
0 commit comments