NEW 203975
WKWebView is missing an equivalent to WebKit 1's API for status changes coming from the web page
https://bugs.webkit.org/show_bug.cgi?id=203975
Summary WKWebView is missing an equivalent to WebKit 1's API for status changes comin...
Ken Case
Reported 2019-11-07 12:42:53 PST
I'm trying to migrate OmniWeb from WebView to WKWebView. The older WebUIDelegate protocol had a method for setting the status text, but there seems to be no equivalent API in WebKit 2. (In fact, it seems the only reference to a status bar at all is in WKWindowFeatures, where WebKit can tell its WKUIDelegate whether the new window it's requesting should have a status bar or not. When browsing the web, it's important to me to be able to know what some links are going to do before I click on them. In previous versions of OmniWeb--and in Safari today--I would do this by turning on the Status Bar and hovering over the link.)
Attachments
Radar WebKit Bug Importer
Comment 1 2019-11-08 19:20:22 PST
Note You need to log in before you can comment on or make changes to this bug.