webViewIsStatusBarVisible(_:)
Returns a Boolean value indicating whether the status bar in a web view’s window is visible.
Declaration
optional func webViewIsStatusBarVisible(_ sender: WebView!) -> BoolParameters
- sender:
The web view that sent the message.
Return Value
true if a web view’s status bar (if any) is visible; otherwise, false.
Discussion
If you do not implement this method, it returns false by default.