17.5+, when the wkwebview is not visible, the setTimeout function fails to execute when it reaches time.how to fix?
Post
Replies
Boosts
Views
Activity
On iOS 17.5, when I push a new ViewController, after a while, the setInterval function in Wkwebview stops timing, which is normal on iOS 17.5 and below.
After upgrading to xcode17, when I use init(host: NWEndpoint.Host, port: NWEndpoint.Port, using: NWParameters) to initialize the NWConnection, it runs on ios16.1 and crash!How to fix this problem?