not able to pinch zoom on emulator

前端 未结 14 1431
生来不讨喜
生来不讨喜 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:10
    1. CTRL + a click on left side of the view screen will zoom out.

    2. Double click on a location will zoom in.

    3. North and South -> Scroll wheel - up and down

    4. West-> CTRL+Scroll up at left side of the screen

    5. East-> CTRL+Scroll up at right side of the screen

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题