I am having problem while passing string argument using javascript injection in my android application.. I am using the
webview.loadUrl("javascript:(function() { " +
" document.getElementById()
, but m not getting the exact output..
I want to connect my login form (locally created) with website, so that whenever user enter userID & password in my login form, it automatically get added to that website login form..
please help me with some simplified sample code..
Thanks: