breautek commented on issue #169:
URL: 
https://github.com/apache/cordova-plugin-wkwebview-engine/issues/169#issuecomment-666789370


   Thank you for upgrading to `[email protected]`. I had a feeling it wouldn't 
solve your issue at hand, but it does rule out the possibility.
   
   I don't understand how the provided code relates to the errors you see in 
the xcode debug logs. You're hitting into a native exception, which generally 
would only be produced by some faulty native code. From the stacktraces, it 
isn't clear on the exact source of the problem.
   
   Here are a couple of things you can do to try to identify more precisely 
where the issue lies:
   
   1. If the provided sample code produces the issue, then try to find which 
line specifically triggers the problem. e.g, does the problem go away if you 
comment out `$rootScope.$broadcast("refreshMenu");`?
   2. Due the nature of the error, which appears to be around laying out native 
UI, focus on plugins that generates/layout native UIs for you. You can try 
temporarily uninstalling the plugin or commenting out code that uses the plugin 
to determine if the problem goes away.
   
   Of course, these suggestions won't solve the problem in itself, but 
hopefully will point us in the right direction. I'm not confident that this 
issue is within the Cordova codebase. I do think it is likely there there is 
some incompatibility with a installed plugin that you may need to update, or 
report to the package maintainers.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to