Re: [webkit-dev] WebView and User Interface Restore

2014-09-25 Thread Daryle Walker
On Sep 21, 2014, at 7:48 PM, Daryle Walker dary...@mac.com wrote:

 Do WebView instances participate in the Resume feature (with 
 +restoreWindowWithIdentifier: state: completionHandler:, etc.), or do I have 
 to manually handle their state (the web-view’s back-forward list and which 
 item is current) myself?

I had to turn Resume back on before trying out. My code to bring back the 
windows worked, but there was nothing in them. I guess WebKit does not do state 
save/restore and apps like Safari do it manually. Is there any part of that 
wrong? Any hints on doing it manually?

— 
Daryle Walker
Mac, Internet, and Video Game Junkie
darylew AT mac DOT com 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] WebView and User Interface Restore

2014-09-21 Thread Daryle Walker
Do WebView instances participate in the Resume feature (with 
+restoreWindowWithIdentifier: state: completionHandler:, etc.), or do I have to 
manually handle their state (the web-view’s back-forward list and which item is 
current) myself?

— 
Daryle Walker
Mac, Internet, and Video Game Junkie
darylew AT mac DOT com 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev