I know that prompt when programmatically paste from clipboard in iOS 16.
Detail, when read the value from UIPasteboard.
https://9to5mac.com/2022/09/20/ios-16-copy-paste-alert/
Above bug is to paste from system popup(or dialog?) showed when touch textfield?
or programmatically read values from UIPasteboard?
And, a number of articles said this bug is fixed. But, in my case, it's not fixed in iOS 16.1 beta 2.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I need to load both the local source images and remote source images in WKWebView.
The url of remote images is a relative url.
To load the local images in WebView, I could use loadFileURL(:allowingReadAccessTo:).
To load the remote images in WebView, I could use loadHTMLString(:baseURL:).
But, I need both the local images and remote images.
How can I do?