[This is with Unity 4.6.2f1]
Very strange behavior touch behavior in iPhone 6+.
I am using a Toggle on a canvas. It works fine in the editor and on the iPad Air.
But on the iPhone 6+, it flickers when tapped, but does not change state.
In addition, on the iPhone 6+ only, a touch is registered with TouchPhase.Began for two consecutive frames.
for example, the following shows up twice for every tap (only on iPhone 6+)
Unity UI Toggle not working on iPhone 6+
Very strange behavior touch behavior in iPhone 6+.
I am using a Toggle on a canvas. It works fine in the editor and on the iPad Air.
But on the iPhone 6+, it flickers when tapped, but does not change state.
In addition, on the iPhone 6+ only, a touch is registered with TouchPhase.Began for two consecutive frames.
for example, the following shows up twice for every tap (only on iPhone 6+)
Code (CSharp):
- {
- Touch t =...