Re: Sandboxed WkWebView
Sandor Szatmari
One thing that can cause delegate methods to never be called is if there’s been some sort of exception thrown, one that doesn’t crash the app but causes SDK internals to get all mucked up. Do you have a catch all Objc exception breakpoint set? I can imaging if the path to the volume is getting mangled and everything ‘seems’ ok that some call is failing and causing your delegate reference to fail.
toggle quoted message
Show quoted text
Sandor On Oct 16, 2017, at 07:46, Gerriet M. Denkmann <g@...> wrote: |
|