• My site is https://fojobeans.com/shop

    On desktop, everything works well- however on ipad, everything works until the dropdown menu in the popup is selected. The screen flashes when the dropdown is pressed, then reappears with the popup of sizes. Then once a size is selected, the modal window disappears until the page is scrolled and stops. Then the quickview modal reappears, allowing you to press “add to cart”

    On iPhone, it works a little bit better, however, after trying select an item from the dropdown, the screen zooms out behind the darkened modal background and the modal doesn’t reappear until I zoom back in.

    How can I prevent the quickview modal from disappearing and flashing and just overall work correctly?

    https://www.ads-software.com/plugins/yith-woocommerce-quick-view/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    try with this css rule

    @media( max-width: 480px ) {
    
    #yith-quick-view-content .product {
       max-width: 280px;
    }}

    Let me know, regards.

    originalperceptions

    (@originalperceptions)

    Hi,

    I have this same issue. The media query hasn’t helped.

    Is there any other possible solution?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issues on mobile devices’ is closed to new replies.