Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 WP8 和 PhoneGap 中创建一个小游戏,并想使用 Crafty (CraftyJS) 库。
游戏似乎可以正确加载(图形和逻辑似乎很好),但是每当我按屏幕上的任何位置(在模拟器和设备中)时,我都会看到灰色阴影。
我认为这种行为在 WP8 中得到了解决。
有人在 Windows Phone 8 中使用过 CraftyJS 吗?
现在可以使用以下方法禁用此灰色突出显示功能:
<meta name="msapplication-tap-highlight" content="no" />
您应该查看这篇文章以获取更多提示