breautek commented on issue #1395:
URL: https://github.com/apache/cordova-ios/issues/1395#issuecomment-1901092433

   Crashes or gets stuck?
   
   If it's crashing, you should see a backtrace in XCode, if you're running 
with the XCode debugger attached.
   
   If it's getting stuck, it may be because of a JS error. The Safari Web 
Inspector can be used to observe JS errors but it won't collect any error 
events that occurred **before** the web inspector was attached. However, you 
should be able to refresh the webview (even if the splashscreen is still shown) 
by pressing `cmd` + `R` while the inspector is focused. Reloading the webview 
while the inspector is opened may allow you catch JS issues happening in the 
webview.
   
   > During the test I find that the problem is because of the dependency of 
the WKWebViewEngine.
   
   Can you expand what you mean by this? cordova-ios@5 has no dependency on the 
WKWebView, but there is a 
[cordova-plugin-wkwebview-engine](https://www.npmjs.com/package/cordova-plugin-wkwebview-engine)
 to use the wkwebview. cordova-ios@6 integrates the WKWebView making that 
plugin obsolete, because the old `UIWebView` API deprecated and now forbidden.


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to