Saturday 14 September 2013

Notify click action on button in webView

Notify click action on button in webView

Windows store App - hi I have webView in my xaml page. This webview show
page on some http adress. In loaded page is easy formular for login and I
need when user press login button notify in my app. Is there any options?
html part: <input type="submit" value="Login me" id="login">
I find something like this :
webView1.Document.GetElementById("").InvokeMember("click"); but its not in
RT/W8

No comments:

Post a Comment