Closed liviavinci closed 3 years ago
All props available to WebView are available to Webshell. You can use for instance onLoad
(although it's kind of ill-defined). If you mean "when the DOM is loaded", you could write up a custom feature that reports load
events.
@jsamr thanks a lot!
Is there a way to detect / be notified when the web view is loaded?