Quote:
Originally Posted by jnjitkoff
Excellent. Thank you. This makes getting in and out of the state even easier.
One followup question: is there a good way to execute a command when a WAF is terminating? (reshowing the titlebar is a nice touch)
|
I'm facing the same problem.
You could use
Code:
kindle.appmgr.onunload = function() { };
or the stock
Code:
window.onunload = function() { };
As regards me, I need something a bit more complicated as I have mutiple HTMLs (and the first solution seem to work only in the landing page) and some other problems here and there.