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