How do I disable the pinching in or out of the form in the iPad?

  • cd_support
    Asked on April 1, 2019 at 10:08 AM

    How do I disable the pinching in or out of the form in the iPad

  • Richie JotForm Support
    Replied on April 1, 2019 at 11:54 AM

    There is no option in JotForm to disable this functionality.

    You may however try using the full source code and edit your META view port tag:

    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

    Hope this information helps.