not able to pinch zoom on emulator

前端 未结 14 1485
生来不讨喜
生来不讨喜 2021-01-31 13:34

I have an application in which I need to implement image editing, which also includes pinch zooming. I am done with pinch zooming but I can test this only on device, not on emul

14条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-31 14:11

    PinchZoom works on Multi-Touch.

    If the device is supporting multi-touch then only your code will work else it wont work.

    As the Android Emulators doesn't support multi-touch you can't test it on emulators.

    Still new ADT has feature But I never tried this

提交回复
热议问题