Before I start, I've made a few posts since trying out the T3 Framework and haven't once commented on what I think about it. I do like it! It's very light and fairly easy to use. There are, however, a few niggly bits that I need to get my head around; here's one of them.
Below is a copy of the "META for IOS & HANDHELD":
Please advise how this may be rectified. It kind of defeats my objective of offering a fully responsive experience.
Many thanks advance.
PS: I was going through the DOM via Fire Bug and came across a no-touch class of some sort, which seems to have been applied to the majority (if not all) of the elements... Would that have anything to do with it?
Below is a copy of the "META for IOS & HANDHELD":
Is there anything in that piece of code that I need to change, add or omit in order for the "pinch zoom" facility on tablets (like my iPad Mini) to work? Currently, this is not possible... I've just noticed that it doesn't work on your demo site, either. Should user-scalable be set to "yes", instead? What file would I need to open to amend that?
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
//
Please advise how this may be rectified. It kind of defeats my objective of offering a fully responsive experience.
Many thanks advance.
PS: I was going through the DOM via Fire Bug and came across a no-touch class of some sort, which seems to have been applied to the majority (if not all) of the elements... Would that have anything to do with it?