So I have a little bit of a problem. I have a game that I got to work on the web and on Windows 8 and now I am porting it over to the Windows phone. Because most of the windows phones do not have keyboards, I have taken out support for keybords in the game and plan on using strictly touch.
Here is where the problem begins. On the Title Screen I have a function that checks if this app is the windows phone version of the app and if it is, the app goes to a title layout that is specific to the phone. When the user touches the start words nothing happens but if they try and hit the text a second time it works.
I am not sure what is causing this. I cloned the title screen, changed the background, I am using the same event sheet to keep the events lower. I am using the same objects as well.
Any Ideas?