When touch operation is done in Windows Phone, it freezes.

[en]
The Japanese user. I’ll contribute for the first time. (English is using machine translation.)

[jp]
日本ユーザーです。初めて投稿させていただきます。(英語は機械翻訳を使用しています)

■Working Environment
・MonoGame 3.4
・MonoGame Windows 8.1 Universal Project
・Windows Phone : MADOSMA Q501 (Windows Phone 8.1 UP2) (https://ja.wikipedia.org/wiki/MADOSMA_Q501)
・Visual Studio 2013 Professional ja

■Phenomenon
[en]
Makes Windows Phone Game in UWP, and when I touch, freezes a screen by unspecified timing.
Even if I touch after that, a game doesn’t move, when an application list (task list) is indicated, and a game is chosen once again, a game starts to move from continuation.

[jp]
UWP で Windows Phone Game を作成し、画面をタッチすると不特定のタイミングで画面がフリーズします。
それ以降タッチしてもゲームは動かないのですが、アプリケーション一覧(タスク一覧)を表示して再度ゲームを選択するとゲームが続きから動くようになります。

■Phenomenon investigation
[en]

  • When it freezes, neither [Update] method nor the [Draw] method are called.
  • The [OnDeactivated] method is called by the timing which indicates an application list (task list).
  • Unless I touch, it doesn’t freeze.
  • After the Draw (EndDraw) method has finished freezing.
  • Even if “TouchPanel.GetCapabilities” and “TouchPanel.GetState” “Mouse.GetState” aren’t used, it freezes.
  • When a load is high, does it freeze?

[jp]
・フリーズすると [Update] メソッドも [Draw] メソッドも呼ばれない
・アプリケーション一覧(タスク一覧)を表示するタイミングで [OnDeactivated] メソッドは呼ばれる
・タッチしない限りはフリーズしない
・フリーズするのは Draw (EndDraw) メソッドが終わった後
・「TouchPanel.GetCapabilities」や「TouchPanel.GetState」「Mouse.GetState」を使わなくてもフリーズする
・負荷が高いとフリーズする?

■Similar phenomenon
[en]
It also seems that the report that this time and a phenomenon I resemble occurred is reported at the following place.

[jp]
今回と似たような現象が発生したという報告は、以下のところでも報告されているようです。
・WP8.1 - Game freezes sporadically (WP8.1 - Game freezes sporadically)
・WP8.1 Multitouch slowdown #3316 (https://github.com/mono/MonoGame/issues/3316)

[en]
Would there be something for a countermeasure?

[jp]
解決策は何かありますでしょうか?