I am curious about third part browser on iOS(Chrome or FireFox)
Does all of them use the WkWebview
or UIWebVIew
to show then web page, but do many extra work like cache etc?
So, if I want to write a browser on iOS, I must use WkWebview
to show the web page and wrapping it to do more stuff?