Working good with iPad but not iPhone
Any code can I direction to iPad and iPhone
for iPad
<meta name="viewport" content="width=1040px, minimum-scale=0.5, maximum-scale=1.0" />
for iPhone
<meta name="viewport" content="width=440px, minimum-scale=0.5, maximum-scale=1.0" />
iPhone max-width is 480px not 440px
This sets the viewpoint with the scaleable option off
This is a css file for only iPad
This is a css file for only iPhone
They are conditional comments so they will only apply to specific devices with specified max-widths.