webViewIsResizable(_:)
Returns a Boolean value indicating whether a web view’s window can be resized.
Declaration
optional func webViewIsResizable(_ sender: WebView!) -> BoolParameters
- sender:
The web view that sent the message.
Return Value
true if the web view’s window can be resized; otherwise, false.
Discussion
If you display multiple web views in a window then your user interface delegate should implement this method to handle this special case.