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.

request

Home Forums Programming request

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2362
    bkumanchik
    Customer

    When exporting apps for web I remember that there was a couple of lines of code that could be added to the beginning that would stop the screen from flashing on touch screens (mostly for mobile and pressing virtual buttons on screen) the flash or darkening of the screen is annoying. it was this:

    <style>
    * { -webkit-tap-highlight-color:rgba(0,0,0,0); }
    </style>

    I was thinking it would be cool to have a checkbox for Verge3D in Blender or Max or a Puzzle that could turn that feature on/off for times when you don’t want/need it.

    Thanks,

    Brian

    #2369

    Hi! Thank you for suggestion, we will try to handle this situation in the near future.

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #2371
    bkumanchik
    Customer

    Thanks Alex!

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