I created a quick sample to get you started. I recomend reading the PDF that comes with iWebkit - it's extremely well laid out and you can create an app simply by copy/pasting frm teh PDF to your code, of course HB integration takes a little typing...
![Wink :wink:](./images/smilies/icon_wink.gif)
An HTML5 app on the iPhone behaves a lot like a native app and has access to many of the same hardware features in the phone. I don't know about Android phones but I'd be surprised if the same were not true for that platform as well. These examples are created for an iPhone so some modifications may be necessary for Android operation.
To give this a spin, you'll need an external control device with ASCII set to 'No', a server IP port set to '1234', and a password of 'HBpassword'
You'll also need a null device with a single On/Off property called 'Power State'
Of course your free to change the code and/or devices to suit your environment - the example above are the minim required to try it without too much work.
Download the attachment and drop the files into your 'c:\inetpub\wwwroot\' folder or sub folder if you prefer and then you're ready to go.
From the iPhone/touch navigate to the page in Safari. When it loads, click on the + button on the bottom of the screen and select "Add to Home Screen" that will place an icon for the 'app' on your main iPhone screen. Then when you click on the app it will launch just like a regular app and even show you a splash screen before presenting the main page.
The example is very simple - I threw it together to give you a taste of what can be done. You can tie into the phones gps, keyboard features, and phone functions. For example - I show the last caller at home on the phone and give the ability to click on the number and dial from the iPhone.
I also attached the iWebKit source - something is wrong with the download from iWebKit's page and I had to find an alternate download source. Be sure to read the Manual, it provides a ton of info.
Have Fun,
Terry