not able to pinch zoom on emulator

前端 未结 14 1428
生来不讨喜
生来不讨喜 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 13:56

    An Android Emulator doesn't support multi-touch you can't test it on emulators. Please use real-device for multitouch testing.

    For recent developments in this regard read this - http://tools.android.com/tips/hardware-emulation

提交回复
热议问题