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.

HTML Interface and camera controls

Home Forums General Questions HTML Interface and camera controls

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #47740

    Hello together,

    I have a problem with the camera controls in combination with a HTML user interface. As soon as I add a HTML user interface to my application, I can’t move in the space with the arrow keys anymore. Can someone help me here?

    Thanks :)

    #47747

    Hi,

    It happens when some other HTML on your page gets the focus. To fix this issue try the following code:

    document.getElementById("my_iframe_id").focus();

    Where my_iframe_id is the ID of your iframe element.
    You can use the exec script puzzle to run this code.

    Chief 3D Verger | LinkedIn | Twitter

    #47755

    thanks, this worked :)

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