Search Issue Tracker
Fixed in 5.4.5
Votes
1
Found in
5.4.0p1
Issue ID
834172
Regression
Yes
[iOS] Input.touchPressureSupported returns 'false' on Force Touch enabled devices the first time an app is launched
Input.touchPressureSupported returns 'false' on Force Touch enabled devices the first time an app is launched. Launching the app for the second time returns 'true'.
Steps to reproduce:
1) Open the attached project.
2) Build for iOS.
3) Run on a Force Touch enabled device (iPhone 6S or later).
- 'Input.touchPressureSupported == False' is shown on the screen.
4) Close the app fully (swipe it away).
5) Re-open the app.
- 'Input.touchPressureSupported == True' is shown on the screen.
This occurs only the first time the app is launched. Minimizing and restoring the app doesn't make the issue disappear, the app needs to be closed fully for it to function properly after reopening.
Reproduced on:
5.5.0b4, 5.4.1p2
Did not reproduce:
5.3.6p6, 5.2.4f1
Device tested:
iPhone 7 iOS 10.0.1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Add comment