Is it possible to populate HTML form field data in an iPhone UIWebView using external accessory fram
- by Jon Smallberries
I have an iPhone app where I'd like to load a remotely served HTML form into a UIWebView and then populate that form as data becomes available from an external accessory using the "External Accessory Framework." Right now the data is entered by hand. The proposed flow is:
Fetch an HTML page containing a form and put it into a UIWebView
When…