I am curious if the new WebView
and WebPage
APIs have a way to programmatically set if the web page should be shown in Reader Mode like you could with SFSafariViewController
. I did not see a way to do this, but I'm curious if I may be missing something.
How did we do? We’d love to know your thoughts on this year’s conference. Take the survey here
Reader Mode for new WebView & WebPage APIs
Hi, thanks for trying out the new API! WebView
and WebPage
do not support a built-in Reader mode; Reader is a feature of Safari (the web browser) and not WebKit (the web engine).