Question

I'm trying to create a small game in WP8 and PhoneGap, and wanted to use the Crafty (CraftyJS) library.

The game seems to be loading correctly (graphics and logic seems fine), but whenever I press anywhere on the screen (both in the Emulator and in a Device), I'm seeing a gray shading.

I thought this kind of behavior was resolved in WP8.

Anyone has experience with CraftyJS in Windows Phone 8?

Was it helpful?

Solution

This gray highlight feature can now be disabled using:

<meta name="msapplication-tap-highlight" content="no" />

You should take a look at this article for more tips

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top