i set up a NKWebview and i want to autofill the form + submit.
I used the webView.setOnFinishCallback option to start a function but how can i point the functions to the Webview inputfields?
$('#userName').val('testname');
$('#userPassword').val('testpw');
$('#mainForm').submit();
those lines dont work, but in firefox' js notepad they do
greetz
