
January 23rd, 2013, 12:07 PM
|
|
Contributing User
|
|
Join Date: Dec 2012
Posts: 64
Time spent in forums: 11 h 36 m 11 sec
Reputation Power: 1
|
|
|
Safari Mobile Devices - Zoom In/Zoom Out
I'm not sure if I'm missing an element, but i'm having an issue with zooming in and out on my page on both my iphone and ipad; it doesn't work. (simultaneously bringing two fingers together or apart to zoom)
I've never had this issue with any of my other websites in the past. Below I've included the CSS for my main content areas. If it looks like I'm missing something, or if anyone has a suggestion of what may be causing the problem I would appreciate any help.
CSS
Code:
html, body{
min-height:600px;
height:100%;
min-width:1200px;
width:100%;
background-color:#ffffff;
}
div#container{
min-height:600px;
height:100%;
min-width:1200px;
width:100%;
}
|