Hi,
I have used NavigateTostring methos to load html content on webview,i want to find whether the html content are loaded on webview or still loading?.how can i find this using javascript application
you can use NavigationCompleted event of webview to find whether the html content is loaded or not.
Regards,
Riyaj Ahamed I
hi Riyaj,
NavigationCompleted for XAML/C# application.how to use this in javsacript application?