问题
Is there any way to measure the force (weight) clicking on the screen in Android or IOS ?
回答1:
For Android there is MotionEvent.getPressure().
As far as I know iOS does not have a way to get pressure information.
回答2:
Speaking for iOS: there is no possibility to obtain the force employed when touching the screen.
来源:https://stackoverflow.com/questions/8000217/android-ios-force-pressing-on-the-screen