Webview:onShow() event


This event is fired when the Webview is shown (with a call to Webview:show() or setting the Webview.visible property to true).

A visible Webview widget does not mean it is ready.
In particular, during the widget construction process, it can be displayed while it is still initializing.
Once initialized, the Webview widget will throw a Webview.onReady() event.

Return value

The event returns no value.