You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What where you trying to do
I'm displaying KVNProgress when Webview is loading.
Dismiss when finish load.
What actually happened
Only on iPhone 5s with 11.5 iOS version, app freeze !
No freeze when I comment KVNProgress.show(withStatus: "general_progress_dialog_message".localized)
How to reproduce the issue
In ViewController with Webview, add this code :
`func webViewDidStartLoad(_ webView: UIWebView) {
KVNProgress.show(withStatus: "general_progress_dialog_message".localized)
}
What where you trying to do
I'm displaying KVNProgress when Webview is loading.
Dismiss when finish load.
What actually happened
Only on iPhone 5s with 11.5 iOS version, app freeze !
No freeze when I comment
KVNProgress.show(withStatus: "general_progress_dialog_message".localized)
How to reproduce the issue
In ViewController with Webview, add this code :
`func webViewDidStartLoad(_ webView: UIWebView) {
KVNProgress.show(withStatus: "general_progress_dialog_message".localized)
}
Details
Only on iPhone 5s with last 11.4 iOS version
The text was updated successfully, but these errors were encountered: