Recent content by orias12

  1. O

    App Timeout - Windows Phone 8.1 Development

    It was a gridview selection. Not on the App bar. Either way the issue resolved itself. The code was fine, I just had to switch to design mode. The Debugger doesn't handle the Suspend/Resume the way you would expect in Visual Studio 2013
  2. O

    App Timeout - Windows Phone 8.1 Development

    It turned out out the problem was that I was deploying my code in Debug mode. In Debug mode, if you turn away from your app and it goes into a suspended state, it doesn't automatically resume the way you would expect. You have to test that feature out separately in Visual Studio. I just needed...