or do we have to use BindWebViewCallback with DOMContentLoaded first?
WebViewGadget question ...
WebViewGadget question ...
Can WebViewExecuteScript be called right after adding WebViewGadget,
or do we have to use BindWebViewCallback with DOMContentLoaded first?

or do we have to use BindWebViewCallback with DOMContentLoaded first?
Re: WebViewGadget question ...
It depends what you want to do
You can also open it with an empty page and inject a script to do something.
If you want to manipulate a page, you need of course to wait until this page is available.
You can also open it with an empty page and inject a script to do something.
If you want to manipulate a page, you need of course to wait until this page is available.

