Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Viewport initial-scale issue for iPad Reply To: [Solved] Viewport initial-scale issue for iPad

#149882
cpk33
Participant

Hey,

This actually isn’t solved…. yet. When I comment out the meta viewport tag, my site displays really well on the iPad and Android tablets.

When I do this though, the media.css file for iPhone no longer works. I need to find a way for the media.css to tell the device to use its own width..

I tried

@viewport {
    width: device-width;
}

Thanks everyone.