What toolkits are available to display web pages on an iphone? - iphone

I am developing an app which needs to display in the webbrowser on an iphone. Are there any toolkits out there which can help with this?

I use jQuery Mobile all the time!
It is great!
http://jquerymobile.com/

You can use the WebView from the MapKit framework to embed web content in an iPhone application.

Related

Which tools is easy and good to design app for android and iPhone?

I would like to design a app for android and iPhone. App will consist of min 10 text pages and search function at the top. which tool is better for designing such a app.
Thanks for help in advance.
If you're trying to create an app that will work on both platforms, the only real choice is to create an HTML5 Web Application (skinned for mobile devices) that can work offline.
If you need some guidance, I would check out:
Mobile HTML5 - Tutorial: Your First Mobile HTML5 App
The second part of the tutorial discusses how to make your app available offline.
Titanium Appcelerator seems to be a good way to do that

problem regarding iphone Web App

I need to create a web app on iphone. How to go about it?
there you are: http://gigaom.com/apple/how-to-create-an-iphone-web-app/
A search on Google for 'Webapp Tutorial' can do magical things.
Edit:
This one for HTML5
http://sixrevisions.com/web-development/html5-iphone-app/
Look at the Wink Toolkit. Very useful for developing Mobile WebApps.

Programming an app similar in appearance to the Facebook app

I'm programming an iPhone application. This application contains a home page, which I would like to be almost the same as the one in facebook for iPhone : rows of icons, each icon corresponding to a category of my application.
I'm a newbie in iPhone development, and I can't find which control is used to show this view. Could someone help me ?
Thanks in advance
The best bet is to use Three20 library - it is opensource and it is the framework that was used to create an original facebook app. There is a bunch of controls in the framework, TTLauncherView is your friend to create a homescreen.

Does Safari support Objective-C app?

I'm wondering it there is a way to build an Objective-C applications and then integrate into an HTML page so it can be open from iPhone, Safari. Is that possible?
I'm thinking to be something similar with Flash application embedded on HTML pages by using a Flash Player plugin.
Cheers,
Codrin
No, it's not possible. But you can use Cappuccino, which is web framework for Objective-C developers.
Safari is not build to run Objective-C apps..
You should submit your application to the AppsStore, which is the best way to distribute application over the iPhone platform.

Any suggestion IF I need to write an iPhone/iPad app to show HTML5 content?

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.
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.
Building iPhone Apps with HTML, CSS, and JavaScript