Relative Content

Tag Archive for iosswiftobjective-c

How can I initiate a new URL request using an already loaded WKWebView?

I have opened a WKWebView with “https://www.google.com”, for example. After that, I put my app in the background. When I try to open a new URL request in the same web view with a new link, like “https://www.youtube.com”, by redirecting the app, it doesn’t work. I’ve put a listener function to detect the new URL and called “webView.load(newURLRequest)”. However, the web view never loads the new URL request.

PJSIP Outgoing call

I’m developing an iOS app using Swift and PJSIP for SIP calling. I want to dynamically update the phone number displayed in the app when a call is initiated.