Hi I've been developing a few games specifically for Windows 8 and noticed a small problem with the touch plugin.
Basically when you add an advertisement inside the html page generated by Construct 2 and you run it on a Windows 8 machine everything works fine. But if you touch and drag your finger over the ad and let go the touch ended for that particular touch never fires.
Now basically for the game I'm making I only need to use one touch or Touch(0). What happens is the game doesn't work properly any more because when you touch the screen again it registers as Touch(1). And if you drag your finger over the ad again the same thing happens.
Now to me this seems like a bug (which I'll probably report), but what can I do until a fix is in for this. Is it possible to reset the Touch plugin so the current touch gets set back to Touch(0)? Or maybe force it to always use Touch(0)?
UPDATE: Also it is affecting the Metro Plugin whenever you request the user to purchase the app, the touch never ends.
NOTE: You have to export the project as a Windows 8 project then open it in Visual Studio first. Then place the ad inside the generated html page from Construct 2.