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.

No Iframe Interaction Verge3D Puzzles

Home Forums Puzzles No Iframe Interaction Verge3D Puzzles

Tagged: 

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #71685
    kees
    Participant

    Hi it’s me again. :bye:

    I have this puzzle setup that displays an iframe with my html elements on top of the verge3D scene. However when I try to interact with the buttons it doesnt work. I partialy understand why, Verge3D can’t communicate with stuff outside it’s original html. I’ve heard of solutions, like sending messages back and forth between html pages. But I read on the forums this might be blocked because of security issues, cause this didnt work for me.

    Is there anyone that could help me solve this? There should really be an easier way to add multiple html to your Verge3D app using puzzles for example. :wacko:

    #71686
    kdv
    Participant

    Verge3D can’t communicate with stuff outside it’s original html

    It can.

    Attach here or upload somewhere your app or at least show your puzzles.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #71687
    kees
    Participant

    ah my image didnt send, here i’ll try again:

    Puzzles

    Attachments:
    You must be logged in to view attached files.
    #71689
    kees
    Participant

    I also got the most updated version of my Verge3D folder if that helps.

    download link:
    https://we.tl/t-9YiI0pAVR7

    my app is called portfolio_v2

    • This reply was modified 1 month, 1 week ago by kees.
    #71691
    kees
    Participant

    Are you able to see the image? :-)

    #71692
    kdv
    Participant

    In your case it will work this way:

    https://v3d.net/u5k

    And it’s a bad approach to use separate .html files in a frame. Instead you could use several divs in index.html and switch between them when needed.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #71695
    kees
    Participant

    Oh wow you don’t know how much it means to me that you got this to work!
    I will use divs next time. I tried to copy your puzzles but it doesnt seem to work yet.
    Is there something I am doing wrong?

    Where do you add this piece of html code? inside of portfolio_v2.html ?

    <link rel=”stylesheet” type=”text/css” href=”css/webflow-style.css”>

    Attachments:
    You must be logged in to view attached files.
    #71697
    kees
    Participant

    Weirdly enough, when i try to add the bit of html code inside of portfolio_v2.html,
    it breaks my whole puzzles view? I am definitely doing something wrong haha.
    (see attachment)

    #71698
    kees
    Participant

    Do you know what is causing this?

    Attachments:
    You must be logged in to view attached files.
    #71700
    kees
    Participant

    Could you send me the entire app folder back so I could have a look at how you did it?

    #71702
    kees
    Participant

    Okay so i’ve got it working now, but for some odd reason only 10% of my puzzle system is showing at the moment like in the test.mp4 example i send. Is this a bug in verge3D? I am using operaGX as a browser, could that have anything to do with it?

    #71703
    kdv
    Participant

    Do you know what is causing this?

    No.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #71704
    kees
    Participant

    So because I have no clue about what i am doing at all, naturally i asked chatgpt.
    it said that the code i pasted could be conflicting with the css of the puzzles page…

    kdv does this happen if you go to your puzzles interface?
    if not could you share how/where you implemented the line of html code?

    again i just pasted this string of code inside of portfolio_v2.html

    <link rel=”stylesheet” type=”text/css” href=”css/webflow-style.css”>

    Attachments:
    You must be logged in to view attached files.
    #71706
    kees
    Participant

    So I have tried pasting the html line at different lines in the code but no luck.
    I have also tried running my Verge3D app inside of another browser but that doesnt change anything either. The bug persists… :unsure:

    #71707
    kdv
    Participant

    kdv does this happen if you go to your puzzles interface?

    No.

    Your portfolio_v2.html contains at least one error. One unclosed <script> tag.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

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