tags:

views:

29

answers:

2

hii

i have a website work fine with safari. as per the requirement i want to make this site accessible through iphone properly. plz help me how to do this i m new to iphone. if you give me a example of normal web page souce code and its converted code(after making change) for iphone thn it will be very helpfull 4 me...i tried iui library but whn i attached its files to my web page it displays nothing...i dont know waht to do.plz give me a complete example.

<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<link rel="apple-touch-icon" href="../iui/iui-logo-touch-icon.png" />
<meta name="apple-touch-fullscreen" content="YES" />
<style type="text/css" media="screen">@import "../iui/iui.css";</style>
<script type="application/x-javascript" src="../iui/iui.js"></script> 
A: 

Since you're new to iPhone, Start by reading some basic documentation on the topic.

Then, you can take advantage of Safari's iPhone meta tags to make the page look the way you want.

Pablo Santa Cruz
A: 

You can use WebKit for your devlopment.

raaz