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 Buttons – Fullscreen mode

Home Forums Programming HTML Buttons – Fullscreen mode

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #15011
    blenderik
    Customer

    Hi, anyone know about this

    HTML – Buttons disappears in fullscreen mode, how can i make them still visible? :unsure:
    I followed the manual on the topic.

    #31504
    preferens.se
    Customer

    Did you get an answer to this?

    I have the same issue.

    #31505

    Hi,

    If you are using an iframe, then clicking on the default fullscreen button will expand that iframe effectively hiding everything is the outer .html file including buttons.

    To prevent this, create your own button for fullscreen mode in the outer .html file, and activate it with this puzzle.

    Chief 3D Verger | LinkedIn | Twitter

    #37424
    Stefano Schiavi
    Customer

    Hi Yuri,
    i don’t understand what can i do for show button in fullscreen without image.
    I made only one button inside webflow and i have this code inside html page:

      <div class="div-block">
        <a href="#" id="open" class="button_open w-button">i</a>
      </div>
    #37449

    Hi Stefano,

    see my previous post – you should make your own fullscreen button in webflow and activate it with puzzles

    Chief 3D Verger | LinkedIn | Twitter

    #37450
    georgeslambert
    Customer

    Hi Yuri,

    My first app works well but buttons are inactive for android and IOS both on computers and Ipads.I made my intrerface with Google WD. Is that a known issue?

    Thanks in advance
    Georges.

    #37455

    yeah GWD is a terrible tool :negative: , that’s why we recommend webflow.

    Chief 3D Verger | LinkedIn | Twitter

    #37464
    georgeslambert
    Customer

    OK Yuri thanks for the reply. Unfortunately I spent too much time yet on GWD learning :wacko: I found a workaround if somebody esle encounter the same problem : duplicate the “on event /clic” html button and turn the copy in “on event/touchstart” (but keep both puzzles active). Keep the receiver element at the same first level than iframe in GDW doc – no container above.

    Just the nice side with GDW : it can export a single index.html containing all css/js files avoiding messy folders. It worked for me, let’s see how integrate full screen command into it …

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