Is there any way to test multi-touch on the Android Emulator?

后端 未结 8 1890
伪装坚强ぢ
伪装坚强ぢ 2020-12-06 03:48

Can multi-touch events be tested on the Android Emulator? Or is there any way to test this without an actual device? I am using the 2.0 sdk and want to test zoom-in/zoom-out

相关标签:
8条回答
  • 2020-12-06 04:45

    For me on ubuntu double mouse click was working. First left click + fast left click and hold while moving mouse.

    0 讨论(0)
  • 2020-12-06 04:46

    Xamarin android player has multi touch option enabled.

    Source: https://developer.xamarin.com/guides/android/getting_started/installation/android-player/

    It is possible to simulate two-finger multi-touch input by holding the Alt/Option key and clicking on the screen.

    To simulate a pinch-zoom press and hold the Alt/Option button and drag towards the centre of the screen (for zoom out) or away from the centre of the screen (for zoom in).

    To simulate a two finger drag hold the Alt/Option + Shift while clicking and dragging on the screen.

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