You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
I am using Xamarin Android with Cocossharp with Visual Studio 2017(15.9.12) on Windows 10.
This happens on Android. I already implemented PauseScene and ResumeScene in OnPause() and OnResume() of Android's lifecycle event.
When application is running and user presses the Sleep button on device, after waking up the device and returning from sleep state, Cocossharp will freeze and stop responding to user actions. Pressing Home button on device to minimize the app and selecting the app to run it again makes Cocossharp continues to function again.
I am using Xamarin Android with Cocossharp with Visual Studio 2017(15.9.12) on Windows 10.
This happens on Android. I already implemented PauseScene and ResumeScene in OnPause() and OnResume() of Android's lifecycle event.
When application is running and user presses the Sleep button on device, after waking up the device and returning from sleep state, Cocossharp will freeze and stop responding to user actions. Pressing Home button on device to minimize the app and selecting the app to run it again makes Cocossharp continues to function again.