Post

Replies

Boosts

Views

Activity

How to use APIs both loadFileUrl:allowingReadAccessTo: and loadHTMLString:baseURL:?
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?
Topic: Safari & Web SubTopic: General Tags:
0
0
381
Nov ’24
What is the paste allow permission bug in iOS 16?
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.
2
0
4.9k
Dec ’22