I am test this theme and Pinch and Zoom is not working on an iPhone. It does not seem that it would be that way by design?

Comments

jlea9378’s picture

I've also received reports from people testing out our new mobile theme that this isn't working. Anyone know why?

jlea9378’s picture

Status: Active » Needs review

Solution is here: http://drupal.org/node/1092218

There is a META tag in the tpl.php file that needs to be enabled in the file mentioned in the issue. The following META tag worked for me:

For more information on the META tag, see this Apple page: http://developer.apple.com/library/safari/#documentation/appleapplicatio...

jlea9378’s picture

You'll want to delete the duplicate viewport tag (and any other duplicates) in the fusion_mobile page.tpl.php file. After following the fix in my first post (above), it fixed the pinch and zoom in iOS devices but wouldn't work in Android. I poked around and discovered that the META tag was appearing twice in the source code and realized it was defined in two places, and in one place was set to disabled. Once I removed the duplicated disabled META tag it started working in Droid devices as well.

stephthegeek’s picture

Assigned: Unassigned » stephthegeek

Thanks for the report, this will get addressed asap.

jlea9378’s picture

Status: Needs review » Reviewed & tested by the community

I'm guessing it's ok to set this to RTBC now.