Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • testcouch Friend
    #203555

    hi, how can i allow two Finger gesture on JASocial Template?


    1. image
    Eragon H Friend
    #558656

    If you are using the JA Social with the T3 framework (the newest one),You can enable this by edit the file root/templates/ja_social/tpls/blocks/head.php
    From:

    <!-- META FOR IOS & HANDHELD -->
    <?php if($this->getParam('responsive', 1)): ?>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
    <?php endif ?>
    <meta name="HandheldFriendly" content="true" />
    <meta name="apple-mobile-web-app-capable" content="YES" />
    <!-- //META FOR IOS & HANDHELD -->

    To:

    <!-- META FOR IOS & HANDHELD -->
    <?php if($this->getParam('responsive', 1)): ?>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=yes"/>
    <?php endif ?>
    <meta name="HandheldFriendly" content="true" />
    <meta name="apple-mobile-web-app-capable" content="YES" />
    <!-- //META FOR IOS & HANDHELD -->

    If you are using the Ja Social with old JA T3v2 framework, you can find the file head.php at root/plugins/system/jat3/jat3/base-themes/default/blocks/

    testcouch Friend
    #558706

    @ Eragon H

    thank you very much..Perfect Support! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  testcouch 9 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum