Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KVNProgress make app freeze with Webview #110

Open
florianhenonin opened this issue Jul 6, 2018 · 0 comments
Open

KVNProgress make app freeze with Webview #110

florianhenonin opened this issue Jul 6, 2018 · 0 comments

Comments

@florianhenonin
Copy link

florianhenonin commented Jul 6, 2018

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)
}

func webViewDidFinishLoad(_ webView: UIWebView) {
    KVNProgress.dismiss()
}`

Details
Only on iPhone 5s with last 11.4 iOS version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant