identifying and auto filling of text fields on UIWebView
Hi, i am seeking help on how i could code in Xcode to identify text fields on webpages loaded in UIWebView and populate the text field with strings stored in an array.
The application i am trying to build is an auto login similar to 1password, where the credentials are stored in the app on by clicking a button, the UIWebView will load the webpage and populate the username and password text field automatically once they detected the text field.
|