Posts

Post not yet marked as solved
11 Replies
Hi Team, Im still see the issue using : mport UIKit import WebKit class ViewController: UIViewController, WKNavigationDelegate, WKUIDelegate { @IBOutlet weak var webView: WKWebView! override func viewDidLoad() { super.viewDidLoad() webView.configuration.defaultWebpagePreferences.allowsContentJavaScript = true webView.configuration.allowsInlineMediaPlayback = true webView.configuration.allowsAirPlayForMediaPlayback = true webView.configuration.allowsPictureInPictureMediaPlayback = true webView.allowsBackForwardNavigationGestures = true webView.allowsLinkPreview = true webView.uiDelegate = self webView.navigationDelegate = self let myURL = URL(string: "https://ac-dev.oss-cn-hangzhou.aliyuncs.com/test-2022-py.html") let myRequest = URLRequest(url: myURL!) webView.load(myRequest) } } Any idea what we missed? Thanks in advance
Post marked as solved
4 Replies
Hi Thanks for the quick response. We have another question. We are not available to add App Sandbox on Capabilities . Should I need to add another Capabilities for com.apple.multitasking.systemmappassertions entitlement.
Post not yet marked as solved
8 Replies
Hi Shri-Tam you can try Real-Time Communication with Streams
Post marked as solved
1 Replies
I believe this will help me https://developer.apple.com/library/archive/technotes/tn2151/_index.html
Post not yet marked as solved
3 Replies
We have one UIView that use autolayout with constraint and then inside another class UIView with autoresize.