Reputation: 36244
I have a software that eventually will have some reports to be accessed via iPhone. Once I am not willing to develop an iPhone app, I´d like to make these reports accessible via iPhone Safari browsers.
GMail in iPad uses HTML 5, so I guess I can do the same.
My question is where can I find some resources to learn best practices doing so and how can I test it in a PC computer.
Thanks
Upvotes: 0
Views: 389
Reputation: 276
From the app architecture view-point you should also consider introducing app-specific optimization such us:
Upvotes: 0
Reputation: 5386
Here is a similar answer I've given: Exclusive CSS for iPhone/Android
For testing you can use Chrome or Safari, as they are both webkit browsers (which is what the iPhone uses). Safari can even render as the iPhone user agent.
Hope this helps.
Upvotes: 1
Reputation: 2250
Please take a look at PhoneGap, I think that is what you are looking for.
You can emulate the program in xCode, but you will need an Apple for that. For PhoneGap also..
Upvotes: 1