"Image Upload Preview" widget is not being displayed in iPhone device.

  • SidPlamondon
    Asked on February 18, 2018 at 5:54 PM

    Hello, I added widget "Image Upload Preview" and it works as expected on my android phone & web page when I view it on my I phone 5 the widget is not visible.  


    1518993994Capture222 Screenshot 10

  • Ashwin JotForm Support
    Replied on February 19, 2018 at 1:53 AM

    I have injected the following custom css code in "Image Upload Preview" widget and that seems to have fixed this issue:

    @media only screen and (max-device-width: 480px) {

    .btn-select {

    background-color: #9c9c9c !important;

    }

    }

    I would suggest you to please test your form again and get back to us if the issue persists.