Rank: Advanced Member Groups: Member
Joined: 7/20/2015 Posts: 52
|
Right now WebView can be closed but can't be reopened. Would it be possible to enhance it with an "Open" method that kick starts it back up again? Alternatively, how about a method on WebControl to re-create the WebView transparently? Right now I have to create my own and assign it into the WebControl. Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Thanks for the feedback. We do not believe it is a good idea to automatically recreate the WebView transparently. A lot of things happened when a WebView is destroyed and recreated, many of these the programmers must be aware of. So we believe it's better for the programmer to do this explicitly so that they can be more aware of exactly what's going on.
Thanks!
|