how can I handle a NewView-event? I tried to attach the NewView-property to a new WebView, but NewView is always NULL ...
Code: Select all
Public Sub wbv_NewView()
Debug IsNull(wbv.NewView) ' TRUE!
End
Code: Select all
Public Sub wbv_NewView()
Debug IsNull(wbv.NewView) ' TRUE!
End