>From what I got so far, it seems like the browser tries to save the
entire page contents, which might cause troubles - either because it's
too slow (1/5s time limit) or because there's not enough free space on
the internal flash.
Maybe it'd be a solution to save the state in "steps". First the URLs,
then form data, then the latest window's contents, then the remaining
windows. Better to reload a page when coming back than losing it all.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to