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.

anghel2001

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Issues with 3D Scenes in Safari on iOS #55605
    anghel2001
    Customer

    Hi!
    When opening the link on a Safari browser (desktop Mac), the HTML elements (header) don’t stretch all the way, for an edge-to-edge case.
    Opening on Chrome, on the same laptop, works well.

    I attached the 2 cases, for Safari and Chrome.

    Is there known issue and a fix for this?

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Issues with 3D Scenes in Safari on iOS #55603
    anghel2001
    Customer

    Hi
    I’m having the same issue, but I don’t have any texture.
    In my case, the objects with light materials disappear.

    Can you tell me where to use this code? In what file?

    var iOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;
    if (iOS) {
    var URL = ‘__URL__ios_render_test_ios.gltf’;
    } else {
    var URL = ‘__URL__ios_render_test.gltf’;
    }

    Thanks you!

Viewing 2 posts - 1 through 2 (of 2 total)