[Pro] Preserve HTML font-size when iPhone orientation changes from portrait to landscape

There are two ways doing so:

You can create styles using the edit β†’ styles dialogue. Once there, hit + creating a new one. Add in the Tag-field html, delete everything in the name field and click back into the Tag-field. Then hit extended and add there in the name/value dialogue:

-webkit-text-size-adjust for the name and 100% for the value. OK, OK, OK :slight_smile:

Then β€œforce” Freeway to publish by clicking ctrl key file β†’ publish everything to ensure, that this new style will be published.

The more lazy method is:

<style>
html {
-webkit-text-size-adjust: 100%; 
}
</style>

Add this via page β†’ HTML-Markup into the before end head tag of your page selecting the picker with the following entry:

before </head>

By this method, you can even link to an external style-sheet if you want so. You can edit the css there and Freeway will follow.

Never take hand on the generated stuff Freeway does, cause it will be overwritten with the next publishing (which you already recognized and is the gist of the warning message).

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at: