iPad zoom to fit doesn't work on webpage with minimal content
问题 Consider the following rudimentary html code block: <!doctype html> <html> <head> <meta charset="utf-8"> <title>iPad test</title> <meta name="viewport" content="width=device-width"> <style> body { margin:0; } #content { margin: 0 auto; width: 980px; border:1px solid #c4c4c4; background-color:#f5f5f5; } </style> </head> <body> <div id="content"> A small amount of content </div> </body> </html> When viewed on an iPad, the main content area of 980px will not be auto zoomed to fit the iPad screen