Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

[WebGL] iOS touch doesnt trigger button

Discussion in 'Web' started by mnml_, Oct 12, 2015.

  1. mnml_

    mnml_

    Joined:
    Jun 17, 2015
    Posts:
    44
    i have an pretty empty scene, with EventSystem (touch input module enabled not forced), a lightweight empty containing my touch-camera control logic and a canvas containing a button

    on click it fires a print()

    on touch on the ipad/safari it does nothing

    what do i need to do so i can touch-click buttons?

    [edit] 5.2.0f3
     
  2. Marco-Trivellato

    Marco-Trivellato

    Unity Technologies

    Joined:
    Jul 9, 2013
    Posts:
    1,654
    we fixed a touch input related bug in 5.3, could you please try with the latest beta ?
     
  3. jonas-echterhoff

    jonas-echterhoff

    Unity Technologies

    Joined:
    Aug 18, 2005
    Posts:
    1,666
    Yeah, this should be fixed in 5.3.
     
  4. mnml_

    mnml_

    Joined:
    Jun 17, 2015
    Posts:
    44
    any workarounds in 5.2.0f3? i can't update right now