webViewAreToolbarsVisible(_:)
Returns a Boolean value indicating whether any toolbars are visible in a web view’s window.
Declaration
optional func webViewAreToolbarsVisible(_ sender: WebView!) -> BoolParameters
- sender:
The web view that sent the message.
Return Value
true if a web view’s window has any toolbars that are currently visible (other than the status bar); otherwise, false.