Search Issue Tracker
Fixed in 2019.1.X
Duplicate in 2018.4.X
Votes
0
Found in
2018.3.5f1
Issue ID
1126501
Regression
No
[iOS] EventSystem OnBeginDrag, OnDrag, OnEndDrag are not called
To reproduce:
1. Open users attached project "DragPanelTest.zip"
2. Open "SampleScene.unity" scene
3. Enter Play mode
4. Press the white cube and drag the mouse, the cube should turn blue, release the mouse button and the cube should be white
5. Build for iOS
6. Deploy the Xcode project to an iOS device
7. Select the white cube and try to drag it for it to change color
Expected result: the same behavior as in editor, the cube turns blue when dragged
Actual result: nothing happens. Not even debugs are shown in the Xcode console
Reproduced on:
2017.4.0f12017.4.23f1 2018.3.9f1
Not reproduced on:
2019.1.0b6 2019.2.0a8
Notes:
Doesn't reproduce on Android, MacOS, Win10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment