I've written a native app that utilises a hardware attachment to the iPad2 that scans barcodes and successfully displays it on the screen. How can I send that data (barcode) and send it to a UIWebview that loads a web page with form elements? I want to be able to scan the data and have that scanned data show up on the web form (auto-fill the web element/textfield with the barcode after scanning).
A simple example: Press the scan button on the screen, grabs the barcode, sets the Controller's variable and in the UIWebView (say, loads up google.com), auto-inputs that barcode in the Search textfield.
I can do everything up to setting the Controller's variable, just don't know how to auto-input into a web element like a text field on a site like google.com