webView(_:shouldChangeSelectedDOMRange:to:affinity:stillSelecting:)
Returns whether the user should be allowed to change the selected range.
Declaration
optional func webView(_ webView: WebView!, shouldChangeSelectedDOMRange currentRange: DOMRange!, to proposedRange: DOMRange!, affinity selectionAffinity: NSSelectionAffinity, stillSelecting flag: Bool) -> BoolParameters
Return Value
true if the user is allowed to change the selected range; otherwise, false.