Hello,
I have a problem that I'm struggling with for some time, the case is like this:
1.Start the CN1 app, everything looks fine.
2.Minimize the app by pressing the home button of the Android device (I am testing it on Android)
3.Launch another very simple app (native Android) which sends an Intent with some data, in order to be processed by my CN1 app (Or execute an URL that the CN1 responds to, the behaviour is exactly the same).
4.The CN1 app comes to foreground, but the screen is blank.
This does not happen if the process is killed before trying to access it from the external app.
Any suggestions?