Freeze on iphone IOS < 12 on browser using display:table and clickHow do you disable browser Autocomplete on web form field / input tag?How can I develop for iPhone using a Windows development machine?How to force browser to reload cached CSS/JS files?How do I detect a click outside an element?How to align checkboxes and their labels consistently cross-browsersHow to vertically center a div for all browsers?How to make a div 100% height of the browser window?Get the size of the screen, current web page and browser windowClick through div to underlying elementsMake body have 100% of the browser height

What is difference between behavior and behaviour

Do I need a multiple entry visa for a trip UK -> Sweden -> UK?

Why "be dealt cards" rather than "be dealing cards"?

Modify casing of marked letters

Why does John Bercow say “unlock” after reading out the results of a vote?

Is it okay / does it make sense for another player to join a running game of Munchkin?

Teaching indefinite integrals that require special-casing

Why is delta-v is the most useful quantity for planning space travel?

Can criminal fraud exist without damages?

Finding all intervals that match predicate in vector

Greatest common substring

Can I use my Chinese passport to enter China after I acquired another citizenship?

What to do with wrong results in talks?

Everything Bob says is false. How does he get people to trust him?

Trouble understanding overseas colleagues

Valid Badminton Score?

How does residential electricity work?

I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?

How do I define a right arrow with bar in LaTeX?

How does a character multiclassing into warlock get a focus?

Is exact Kanji stroke length important?

Is there a good way to store credentials outside of a password manager?

What's a natural way to say that someone works somewhere (for a job)?

Using parameter substitution on a Bash array



Freeze on iphone IOS


How do you disable browser Autocomplete on web form field / input tag?How can I develop for iPhone using a Windows development machine?How to force browser to reload cached CSS/JS files?How do I detect a click outside an element?How to align checkboxes and their labels consistently cross-browsersHow to vertically center a div for all browsers?How to make a div 100% height of the browser window?Get the size of the screen, current web page and browser windowClick through div to underlying elementsMake body have 100% of the browser height













0















I have experienced a strange bug on iPhone with IOS < 12 and safari or chrome browser. This is not happening with IOS 12. Note : I experienced this on browserstack not directly on a real device. If anybody with an iPhone with IOS < 12 can confirm that the bug exists, it will be really nice.



When using a div with display table that contains another div with an explicit css height and a jquery click handler, pushing that last div but not really in the center, your finger set between the bottom of the button and the background below the button, will freeze the page and prevents from any other actions.
Here's a jsfiddle (remove show at the end of the url to get the code)



To test: https://jsfiddle.net/superstars/p5z23t1b/show

Code : https://jsfiddle.net/superstars/p5z23t1b


Try to push the button, with your finger well centered, this will display a new random number each time.
Now move your finger set between the bottom of the button and the background below the button, you'll not be able to display random number again even if you set your finger well centered again.



Adding a div under the button, solves the issue.



To test: https://jsfiddle.net/superstars/optw3bsm/show

Code: https://jsfiddle.net/superstars/optw3bsm


Any feedback or idea ?
Thanks !










share|improve this question




























    0















    I have experienced a strange bug on iPhone with IOS < 12 and safari or chrome browser. This is not happening with IOS 12. Note : I experienced this on browserstack not directly on a real device. If anybody with an iPhone with IOS < 12 can confirm that the bug exists, it will be really nice.



    When using a div with display table that contains another div with an explicit css height and a jquery click handler, pushing that last div but not really in the center, your finger set between the bottom of the button and the background below the button, will freeze the page and prevents from any other actions.
    Here's a jsfiddle (remove show at the end of the url to get the code)



    To test: https://jsfiddle.net/superstars/p5z23t1b/show

    Code : https://jsfiddle.net/superstars/p5z23t1b


    Try to push the button, with your finger well centered, this will display a new random number each time.
    Now move your finger set between the bottom of the button and the background below the button, you'll not be able to display random number again even if you set your finger well centered again.



    Adding a div under the button, solves the issue.



    To test: https://jsfiddle.net/superstars/optw3bsm/show

    Code: https://jsfiddle.net/superstars/optw3bsm


    Any feedback or idea ?
    Thanks !










    share|improve this question


























      0












      0








      0








      I have experienced a strange bug on iPhone with IOS < 12 and safari or chrome browser. This is not happening with IOS 12. Note : I experienced this on browserstack not directly on a real device. If anybody with an iPhone with IOS < 12 can confirm that the bug exists, it will be really nice.



      When using a div with display table that contains another div with an explicit css height and a jquery click handler, pushing that last div but not really in the center, your finger set between the bottom of the button and the background below the button, will freeze the page and prevents from any other actions.
      Here's a jsfiddle (remove show at the end of the url to get the code)



      To test: https://jsfiddle.net/superstars/p5z23t1b/show

      Code : https://jsfiddle.net/superstars/p5z23t1b


      Try to push the button, with your finger well centered, this will display a new random number each time.
      Now move your finger set between the bottom of the button and the background below the button, you'll not be able to display random number again even if you set your finger well centered again.



      Adding a div under the button, solves the issue.



      To test: https://jsfiddle.net/superstars/optw3bsm/show

      Code: https://jsfiddle.net/superstars/optw3bsm


      Any feedback or idea ?
      Thanks !










      share|improve this question
















      I have experienced a strange bug on iPhone with IOS < 12 and safari or chrome browser. This is not happening with IOS 12. Note : I experienced this on browserstack not directly on a real device. If anybody with an iPhone with IOS < 12 can confirm that the bug exists, it will be really nice.



      When using a div with display table that contains another div with an explicit css height and a jquery click handler, pushing that last div but not really in the center, your finger set between the bottom of the button and the background below the button, will freeze the page and prevents from any other actions.
      Here's a jsfiddle (remove show at the end of the url to get the code)



      To test: https://jsfiddle.net/superstars/p5z23t1b/show

      Code : https://jsfiddle.net/superstars/p5z23t1b


      Try to push the button, with your finger well centered, this will display a new random number each time.
      Now move your finger set between the bottom of the button and the background below the button, you'll not be able to display random number again even if you set your finger well centered again.



      Adding a div under the button, solves the issue.



      To test: https://jsfiddle.net/superstars/optw3bsm/show

      Code: https://jsfiddle.net/superstars/optw3bsm


      Any feedback or idea ?
      Thanks !







      javascript html ios css






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 7 at 13:18







      user3544352

















      asked Mar 7 at 11:39









      user3544352user3544352

      195




      195






















          0






          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          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: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          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
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55042922%2ffreeze-on-iphone-ios-12-on-browser-using-displaytable-and-click%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • 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%2fstackoverflow.com%2fquestions%2f55042922%2ffreeze-on-iphone-ios-12-on-browser-using-displaytable-and-click%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

          AWS Lex not identifying response if by a variable The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceEnforcing custom enumeration in AWS LEX for slot valuesHow to give response based on user response in Amazon Lex?Intercepting AWS Lambda Response to a AWS Lex QueryLex chat bot error: Reached second execution of fulfillment lambda on the same utteranceamazon lex showing invalid responseLambda response send back to Lex slot?Response card in Amazon lexAmazon Lex - Lambda response return HTML to botHow can I solve 424 (Failed Dependency) (python) obtained from Amazon lex?

          Алба-Юлія

          Захаров Федір Захарович