Okay
  Public Ticket #2372099
iOS Problem
Closed

Comments

  • Radomir started the conversation

    Hello, I have a problem with the theme, which can be seen on iphone x or iphone 11, on android is working fine. The problem is when I open detail page of a product and then click back button or swipe right (which is also back function) and the page does not show anything. As I see the same problem exist also in the demo of your theme. Is there a way this bug to be fixed soon?

  •  675
    Neuron replied

    Hi Radomir,

    There's a loading that we use, but it seems to fail when going back, we could not find any perfect solution on that, except disabling that loading in iOS devices.

    @supports (-webkit-touch-callout: none) {
      .theme-loader {
          display: none !important;
      }
    }

    Please add the following style in Appearance > Customize > Additional CSS and let me know if the issue is fixed.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.