【发布时间】:2013-04-03 21:56:33
【问题描述】:
我正在开发网页的移动版本。我正在使用带有两个浏览器的 Symbian 手机进行测试。默认浏览器工作正常,但我在使用 Opera Mobile 时遇到问题。
每次加载页面时,它都会放大加载,而不是适合屏幕。这甚至发生在像这样的简单页面中:
<?php
echo "<p>Guys I am developing a mobile version web pages, I am testing with a symbian phone with two browsers. The default browser is working properly but I am having problem with Opera Mibile, each time it loads a page a page that is zoomed in - instead of loading a page that just fits the screan. even a simple page like this one</P>
<p>Is there anything i should include in the in my code to tell it to load a page that needs not to be zoomed. Will greatly apreciated, have spend almost the whole day on google?</p>";
?>
有什么方法可以让页面在加载时适合屏幕,而不是让它们放大加载?
任何帮助将不胜感激。
【问题讨论】:
标签: php html mobile opera-mini opera-mobile