Hello. I have a problem with my app when it is running on a Samsung Galaxy device. I have not noticed this behaviour on other devices though.
The setup is as follows: The app shows a webview with a page that makes repeating ajax requests. When the app is suspended (onPause) the webview loads a blank page (about:blank) to stop the ajax requests, (it was also made invisible, to show a splash image which lies underneath the webview, but we are trying it out while keeping it visible all the time now, but I don't think that is related). When the app is resumed, the webview loads the last page it was at again, as well as being made visible. The problem is: If the phone goes into power save mode, and remains there for a while, the webview refuses to load any pages. Even if the app is restarted (ie we call finish() and then start it up again, it refuses to load the page). The only way to make it work again, is to use the force stop from application manager. Now, I develop this for a customer, and I don't have a Samsung to do debugging on, but I will try to provide any additional information I can. Does anyone have any idea what could be wrong? Or a way to do a workaround? /Fredrik -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

