ios - WKWebView/UIWebView get website icon -


how can apple-touch-icon or logo of website using wkwebview or uiwebview? i've read getting favicon possible, plan on using website's logo short cut in ios safari , favicon small it. there way scrape metadata website in webview <link rel="apple-touch-icon" href="apple-touch-icon.png">?

in firefox ios use user script (link code on github) find icon passes them application downloads them using native code (link code on github).


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -