Vuplex logo
developers
storesupportblog
OverviewGetting startedSupport articles / FAQTroubleshootingRelease notes

API reference:

  • Core:

    • IWebView
    • WebViewPrefab
    • CanvasWebViewPrefab
    • Web (static methods)
    • Keyboard
    • CanvasKeyboard
    • Advanced features
  • Platform-specific:

    • AndroidWebView
    • AndroidGeckoWebView
    • iOSWebView
    • MacWebKitWebView
    • StandaloneWebView
    • UwpWebView
    • VisionOSWebView
    • WebGLWebView
Contact

WebPluginType

enum

Namespace: Vuplex.WebView

Identifies the type of webview implementation in use at runtime. Used by IWebView.PluginType and Web.DefaultPluginType.

Summary

Values

Android
AndroidGecko
iOS
MacWebKit
Mock
Standalone
UniversalWindowsPlatform
VisionOS
WebGL

Values

Android

The plugin type for AndroidWebView.

AndroidGecko

The plugin type for AndroidGeckoWebView.

iOS

The plugin type for iOSWebView.

MacWebKit

The plugin type for MacWebKitWebView.

Mock

The plugin type for the Mock WebView.

Standalone

The plugin type for StandaloneWebView.

UniversalWindowsPlatform

The plugin type for UwpWebView.

VisionOS

The plugin type for VisionOSWebView.

WebGL

The plugin type for WebGLWebView.