iOS13 and 14, WebView didFinish not work. it not call when comeback from second page after call goBack()
Step
- open webview
- click some url and then redirect to second page
- press back by call goBack() on navigation bar
- webview redirect to first page <---- didFinish not call on iOS13, 14 but on iOS12 can working fine.