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.

Iframe Pop Up problem

Home Forums Puzzles Iframe Pop Up problem

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #34321
    Rafael Artigas
    Customer

    I am making a tour that when I click on an 3d elements opens up an iframe,
    the problem is that when I try to close it with the close button div that is outside the Iframe the v3d scenes rotates as if the click is still moving the camera, it appears that it doesn´t log the end of the click until I click out of the Iframe element.
    Is there a way to solve this? by the way I am using first person camera.
    thanks in advance!!

    Attachments:
    You must be logged in to view attached files.
    #34352

    Hi,

    can you make a simplistic project that reproduces this issue?

    Chief 3D Verger | LinkedIn | Twitter

    #35544
    Rafael Artigas
    Customer

    Hello!,
    Sorry for the delay, here is a simple project that reproduces this problem:

    http://www.360.r2-a.com/3D/index.html

    Also I have 2 other problems if you can guide me where to look for an answer:

    1. I am trying to change the texture of an element to a youtube video and it does not work, I´ve already looked for an answer in the forums and can´t seem to find one and checked the puzzles too.

    2. I want to make the first person movement responsive to mobile devices but I can only walk with WASD keys so I don´t know how to solve it.

    I know these questions might be a little dumb but I´m not a programmer to be honest.

    Thank you for reading me and I hope you have a solution for this!

    #35558

    This behavior can be prevented by resetting camera controls after the HTML element is hidden:

    
    if (app.controls) {
        app.controls.dispose();
        app.enableControls();
    } 

    you can provide this code to your Puzzles scenario by using the exec script puzzle.

    Chief 3D Verger | LinkedIn | Twitter

    #35559

    I am trying to change the texture of an element to a youtube video and it does not work, I´ve already looked for an answer in the forums and can´t seem to find one and checked the puzzles too.

    sorry there is no easy way to do this

    I want to make the first person movement responsive to mobile devices but I can only walk with WASD keys so I don´t know how to solve it.

    you can check out the Puzzles for our new demo Arcade Racing – it features mobile controls (forward, left, right) – see v. 3.5 pre4

    Chief 3D Verger | LinkedIn | Twitter

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