Importing HTML on the fly?
Hey all!
I have a client who's interested in what I think is a pretty non-standard use of Titanium, so I'm wondering if it's actually possible. They want to:
- Load the app on the device.
- Grab an HTML page that includes a form from the web.
- Present this form to the user within the app.
- Grab the user's input on submit and process it within the app.
The idea is that the form might change (style, layout, etc.), with the updates then being reflected within the app rather than requiring the app to be updated.
It seems like this would require a small web server accepting connections on the device… is that plausible, or is there another way to handle it?
Thanks!
Eric