views:

53

answers:

2

Hi All,

Is there any reference about writing an application on iPad/iPhone to show HTML5 content ?

  • Any reference book
  • Sample source codes
  • Which components should I use ?

Million Thanks.

+3  A: 

There already is an app on the iPad and iPhone for showing HTML5 content: Safari.

If you want to show specific HTML5 content within an app, just use a UIWebView.

ceejayoz