The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 861 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iGetSimple iPhone version (Beta version available)
#13
Thanks for showing me what happens in the actual iPhone.

I think you might not want the iPhone to zoom the page in horizontal view. As you are designing specifically for the iPhone there is no need to resize anything, it just makes things fuzzier.

I think something to experiment with would be:
Code:
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
As the design should fit the iPhone perfectly this is telling the iPhone only to have a viewport exactly the size of the iPhone itself. As a little extra it also sets the scale to 1. You will probably want to test this but my guess would be this fixes the zoom in horizontal view.

As a side effect you would probably want to add this to the CSS for the body:
Code:
-webkit-text-size-adjust:none;
This will tell the browser not to adjust the text size when you switch from vertical to horizontal. You design for the iPhone so there is no need to change the font-size. This will also gaurantee the viewer gets more content when going horizontal instead of just getting some zoom-effect.
“Don’t forget the important ˚ (not °) on the a,” says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
Reply


Messages In This Thread
iGetSimple iPhone version (Beta version available) - by Zegnåt - 2009-10-30, 05:43:54



Users browsing this thread: 2 Guest(s)