I was in believe that Unity standard UI button on Canvas works directly with iOS devices. I have setup in Photon environment (Unity 5) and when I tap the button, only some parts of code are executed.
If I tap the button multiple times quickly all the parts of code is executed and button works just like in editor.
Suggestions how to get button working without having to tap it multiple times?