Can't get more than one tap on Windows

Hello.

Seems that Windows app is not correct working with tap event. In Corona Simulator and on real Android device tap event correctly dispatching number of taps ( event.numTaps ). But in Windows app there is always numTaps = 1. Even if i set system.setTapDelay( 2 ) - there no difference.

Is it bug or am i need to work with tap event on windows in another way?

Im using build of Corona Simulator v2016.2830

Thanks

When you say Windows app are you doing a Desktop Build? Seeing this in the Corona Simulator on Windows or on a Windows Phone 8 device?

Thanks

Rob

Desktop build(Win32). In Corona Simulator all works as expected.

Oh wow.  You’re absolutely right.  It turns out the win32 desktop app is not configured to receive double click events from the Windows OS.

This will be fixed in daily build #2683.

Thanks for bringing this issue up to our attention.

Thank you

When you say Windows app are you doing a Desktop Build? Seeing this in the Corona Simulator on Windows or on a Windows Phone 8 device?

Thanks

Rob

Desktop build(Win32). In Corona Simulator all works as expected.

Oh wow.  You’re absolutely right.  It turns out the win32 desktop app is not configured to receive double click events from the Windows OS.

This will be fixed in daily build #2683.

Thanks for bringing this issue up to our attention.

Thank you