Options for how drag interactions affect WebViewPrefab and CanvasWebViewPrefab.
Drag interactions have no effect.
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().
Drag interactions trigger dragging within the web page via mouse events (e.g. dragging to select text, drag-and-drop).
For information on the limitations of drag interactions on iOS and UWP, please see this page.