grey screen background on iPhone

  • shw528
    Asked on April 6, 2015 at 3:54 PM

    When I open up my form on my iPhone, I can see the form as it is loading.  But once it is finished loading, the screen just goes grey.  I didn't use to have this problem, and I'm not sure what changed.  Any ideas?

  • Kiran Support Team Lead
    Replied on April 6, 2015 at 6:02 PM

    It seems that the issue is being caused the CSS conflict with Preview before widget when viewed in small screens. Could you try injecting the following CSS code to your JotForm to see if that helps?

    div#checkSubmission {

    background-color: transparent !important;

    }

    Let us know if you need any further assistance. We will be happy to help.

    Thanks.

  • shw528
    Replied on April 6, 2015 at 8:14 PM

    That made the form visible.  But then it wouldn't let me enter any data.  I kept tapping the "First & Last Name" and "E-mail Address" fields, but it wouldn't react.

  • Kiran Support Team Lead
    Replied on April 6, 2015 at 8:23 PM

    Could you try change the added code to below?

    div#checkSubmission {

    background-color: transparent !important;

    z-index : -1 !important;

    }

    Please let us know if the issue still persists. We will be happy to look into this issue further.

    Thanks.

  • shw528
    Replied on April 13, 2015 at 11:08 AM

    That worked.  Thank you.