[Pro] Text showing different size on iPhone

Hi all,

Bit of a random problem this. I am making my first site in Freeway, you can find it at:
http://www.sj-creative.co.uk/beta/

But when this is viewed on the iPhone, the body text comes up bigger on the DESIGN page than it does on the PORTFOLIO and HOME pages.

Does anyone have any idea why this might be?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The iPhone does clever automatic things to amp up the text for easier
reading. The algorithm is based on the width of the containing
elements in proportion to the overall page dimensions, but it’s not
something you can design away without making all of your pages rigidly
alike when it comes to text container dimensions.

There is a special CSS tag you can use to override this. If you wanted
to force all of the text on your page to remain in proportion to the
page design (so it’s exactly WYSIWYG with Freeway), then you would
need to add the following to your page in the Before /HEAD section of
Page / HTML Markup:

<style type="text/css">
#PageDiv { -webkit-text-size-adjust: none; }
</style>

This is a brutal clubbing of the iPhone’s well-intended aid to the
middle-aged, so use it with care.

Walter

On Jun 9, 2009, at 10:59 AM, SJ-Creative wrote:

But when this is viewed on the iPhone, the body text comes up bigger
on the DESIGN page than it does on the PORTFOLIO and HOME pages.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Cheers Waltd, I’ll keep that in mind, it’s useful to know.

Once I have finished getting the site together I will test again on the iPhone and see how it works.

Simon


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options