You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// INSERT YOUR CODE HERE
letwebView=WKWebView(frame:.zero, configuration: configuration)
webView?.load(URLRequest(url:"https://www.facebook.com/(id)/videos/(id)"))
The text was updated successfully, but these errors were encountered:
~ $ var example = "Example code"
No command var found, did you mean:
Command ar in package binutils
Command ar in package binutils-is-llvm
Command dar in package dar
Command jar in package openjdk-17
Command tar in package tar
~ $ var example = "Example code"
No command var found, did you mean:
Command ar in package binutils
Command ar in package binutils-is-llvm
Command dar in package dar
Command jar in package openjdk-17
Command tar in package tar
Checklist before submitting a bug report
Xcode version
14.1
Facebook iOS SDK version
16.0.1
Dependency Manager
SPM
SDK Framework
Login
Goals
I want to open Facebook live URL in my embedded view.
Expected results
I want to open Facebook live URL in my embedded view.
Actual results
Its showing "This browser is not supported" while am open the Facebook URL in wkwebview
URL : https://www.facebook.com/(id)/videos/(id)
Steps to reproduce
No response
Code samples & details
The text was updated successfully, but these errors were encountered: