Hi,
I encounter a problem when I using "PlatformRequest(url)" in my code. The problem is when the program run to that code, java application pause and calling browser to run other application. Then, when the other application is finished, it cannot run the Java application again. I know that it is the problem of PauseApp(), however, I know nothing about it. For example, in my program, I used socket connection to keep connection to the server side. Now, if PauseApp() is run, will the socket connection be terminated and I need to open another socket connection?? If so, all the information I stored on the client side will be cleared, right? How can I keep them?
Thanks a lot!
