DragMode

enum

Namespace: Vuplex.WebView

Options for how drag interactions affect WebViewPrefab and CanvasWebViewPrefab.

Summary

Values

Disabled

Drag interactions have no effect.

DragToScroll

Drag interactions trigger scrolling (default). On platforms that support IWithTouch, touch events are used instead of mouse events. On platforms that don't support IWithTouch, mouse events are used, but dragging causes the page to be scrolled with IWebView.Scroll().

DragWithinPage

Drag interactions trigger dragging within the web page via mouse events (e.g. dragging to select text, drag-and-drop).

Important note

For information on the limitations of drag interactions on iOS and UWP, please see this page.