We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

event listener does not work on mobile

Home Forums General Questions event listener does not work on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #64390
    Augusto Lepori
    Customer

    In this test site http://test03.informed.mx/lacer/enfermedad_caries/ it works in desktop but when you press the buttons on mobile it doesnt play the animations of the event listener

    Attachments:
    You must be logged in to view attached files.
    #64395
    xeon
    Customer

    Your puzzle is only activated by one element ID=224. Your site is responsive and changes its IDs based on screen size, aspect ratio, etc. So your puzzle is only taking into consideration the desktop and ignoring everything else.

    You could use Chrome’s developer tools to locate all the associated IDs that are used in your code and assign them in puzzles. Not an approach I would recommend but it would work.

    The current implementation of CSS and HTML seems to be an export from Hype so this makes doing the above even more difficult as it does not use a simple ID naming structure.

    I recommend you review the site using Chromes Development Tools. In some mobile views the v3d container is missing, others its there but you have a full screen button you don’t want to have it there and the site is unfortunately just broken. The layout is not consistent. More than likely due to Hype.

    Xeon
    Route 66 Digital
    Interactive Solutions - https://www.r66d.com
    Tutorials - https://www.xeons3dlab.com

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.