I am using the SubApp in my Android game and the main app is not unpausing when the SubApp is paused.
The SubApp is created at start and then paused, hidden and positioned off screen.
1. When I need to use it I restart the SubApp, show it and position it where I need it.
2. When I no longer need it I pause it, hide it and position it off screen
This all works fine in windows but when I run it in Android the game is paused when I pause the SubSpp (2.) Until you tap on the screen and then the game resumes as normal.
Is this a know issue or am I doing something wrong?
Thanks.