Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by Ghostbyte

  1. G

    JavaScript Problem running JavaScript code on Apple devices

    I was finally able to solve the problem🥳. OMG I really never had such a bug👾. The overflow-hidden command in the DIV <div class="col-lg-6 col-11 overflow-hidden"> was in the wrong position. The text in the blockquote element is longer and is made invisible at the bottom with mask-image. The...
  2. G

    JavaScript Problem running JavaScript code on Apple devices

    I was able to solve the problem. However, it wasn't because they were Button tags.
  3. G

    JavaScript Problem running JavaScript code on Apple devices

    I just checked on a Macbook. No errors are reported in the console and all files are loaded correctly. Even a normal Console.log command is executed normally. Here is the link to the current website (Bootstrap4.6 and jquery) that is online. Current Website I have now rewritten the entire...
  4. G

    JavaScript Problem running JavaScript code on Apple devices

    None of the event handlers are triggered. Normally, when you click the button (More...) a function is triggered that changes the height of the DIV. Here is the link to the current website (Bootstrap4.6 and jquery) that is online. Current Website I have now rewritten the entire website in...
  5. G

    JavaScript Problem running JavaScript code on Apple devices

    The goal is to execute a function when a button with the class .more is clicked. However, after modifying the code to troubleshoot the issue, none of the event handlers are working on Apple. The following code runs without any problems on Android (Chrome & Firefox) and on Windows (Chrome & Edge)...
Back
Top Bottom