Magento 2 Mini-cart doesn't close when click on outside in iPhonesMini Cart Close jQuerymini cart is not working magento 2When I click a Product, it gives me error page. Says it is the mini-cartMagento mini cart doesn't workmini cart not showing itemsMagento 2 Mini Cart Plugin di.xml doesn't pass attribute informationMagento 2, Change On hover instead of 'click' for mini cartClose magento 2 minicart on clickMini cart should open automatically and close after few seconds when product is added in Magento 1Load a jQuery script after fully loading the page

Is a hash a zero-knowledge proof?

Where can I find the list of all tendons in the human body?

Why is Colorado so different politically from nearby states?

Different PCB color ( is it different material? )

How can an eldritch abomination hide its true form in public?

What caused the tendency for conservatives to not support climate change regulations?

Can you use a concentration spell while using Mantle of Majesty?

What does it mean by "d-ism of Leibniz" and "dotage of Newton" in simple English?

Can you please explain this joke: "I'm going bananas is what I tell my bananas before I leave the house"?

Is the world in Game of Thrones spherical or flat?

Orientable with respect to complex cobordism?

How do I truncate a csv file?

Asking for something with different prices

If Sweden was to magically float away, at what altitude would it be visible from the southern hemisphere?

Pros and cons of writing a book review?

Beginner's snake game using PyGame

What are the problems in teaching guitar via Skype?

The qvolume of an integer

Parsing CSV with AWK to Produce HTML Output

If a problem only occurs randomly once in every N times on average, how many tests do I have to perform to be certain that it's now fixed?

What is a simple, physical situation where complex numbers emerge naturally?

What is the most important characteristic of New Weird as a genre?

California: "For quality assurance, this phone call is being recorded"

Humans meet a distant alien species. How do they standardize? - Units of Measure



Magento 2 Mini-cart doesn't close when click on outside in iPhones


Mini Cart Close jQuerymini cart is not working magento 2When I click a Product, it gives me error page. Says it is the mini-cartMagento mini cart doesn't workmini cart not showing itemsMagento 2 Mini Cart Plugin di.xml doesn't pass attribute informationMagento 2, Change On hover instead of 'click' for mini cartClose magento 2 minicart on clickMini cart should open automatically and close after few seconds when product is added in Magento 1Load a jQuery script after fully loading the page






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















How can we close the mini cart popup on Magento 2? (clicking outside is not working). I have already tried the following method on footer.phtml. It's working on android phones and browsers but iPhones, it is not working.



<script>
require(['jquery', 'jquery/ui'], function($)
jQuery(document).ready( function()

$('body').click(function (event)
);
);
);
</script>


Minicart Popup










share|improve this question









New contributor



Fed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    3















    How can we close the mini cart popup on Magento 2? (clicking outside is not working). I have already tried the following method on footer.phtml. It's working on android phones and browsers but iPhones, it is not working.



    <script>
    require(['jquery', 'jquery/ui'], function($)
    jQuery(document).ready( function()

    $('body').click(function (event)
    );
    );
    );
    </script>


    Minicart Popup










    share|improve this question









    New contributor



    Fed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      3












      3








      3








      How can we close the mini cart popup on Magento 2? (clicking outside is not working). I have already tried the following method on footer.phtml. It's working on android phones and browsers but iPhones, it is not working.



      <script>
      require(['jquery', 'jquery/ui'], function($)
      jQuery(document).ready( function()

      $('body').click(function (event)
      );
      );
      );
      </script>


      Minicart Popup










      share|improve this question









      New contributor



      Fed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      How can we close the mini cart popup on Magento 2? (clicking outside is not working). I have already tried the following method on footer.phtml. It's working on android phones and browsers but iPhones, it is not working.



      <script>
      require(['jquery', 'jquery/ui'], function($)
      jQuery(document).ready( function()

      $('body').click(function (event)
      );
      );
      );
      </script>


      Minicart Popup







      magento2 mini-cart






      share|improve this question









      New contributor



      Fed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question









      New contributor



      Fed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question








      edited May 24 at 7:41









      magefms

      3,3063631




      3,3063631






      New contributor



      Fed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked May 24 at 6:37









      FedFed

      183




      183




      New contributor



      Fed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      Fed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          In your footer.phtml above with your jquery, just add this:



          <body style="cursor: pointer;" onclick="">
          </body>





          share|improve this answer


















          • 1





            Now It's working. Thanks for the help

            – Fed
            May 24 at 8:29











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          Fed is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f275950%2fmagento-2-mini-cart-doesnt-close-when-click-on-outside-in-iphones%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          In your footer.phtml above with your jquery, just add this:



          <body style="cursor: pointer;" onclick="">
          </body>





          share|improve this answer


















          • 1





            Now It's working. Thanks for the help

            – Fed
            May 24 at 8:29















          0














          In your footer.phtml above with your jquery, just add this:



          <body style="cursor: pointer;" onclick="">
          </body>





          share|improve this answer


















          • 1





            Now It's working. Thanks for the help

            – Fed
            May 24 at 8:29













          0












          0








          0







          In your footer.phtml above with your jquery, just add this:



          <body style="cursor: pointer;" onclick="">
          </body>





          share|improve this answer













          In your footer.phtml above with your jquery, just add this:



          <body style="cursor: pointer;" onclick="">
          </body>






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 24 at 7:32









          magefmsmagefms

          3,3063631




          3,3063631







          • 1





            Now It's working. Thanks for the help

            – Fed
            May 24 at 8:29












          • 1





            Now It's working. Thanks for the help

            – Fed
            May 24 at 8:29







          1




          1





          Now It's working. Thanks for the help

          – Fed
          May 24 at 8:29





          Now It's working. Thanks for the help

          – Fed
          May 24 at 8:29










          Fed is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          Fed is a new contributor. Be nice, and check out our Code of Conduct.












          Fed is a new contributor. Be nice, and check out our Code of Conduct.











          Fed is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f275950%2fmagento-2-mini-cart-doesnt-close-when-click-on-outside-in-iphones%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

          Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

          Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form