Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able see Facebook live in iOS WKWebView #2314

Closed
5 tasks done
RabertD opened this issue Dec 19, 2023 · 3 comments
Closed
5 tasks done

Not able see Facebook live in iOS WKWebView #2314

RabertD opened this issue Dec 19, 2023 · 3 comments

Comments

@RabertD
Copy link

RabertD commented Dec 19, 2023

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)

Screenshot 2023-12-19 at 7 35 03 PM

Steps to reproduce

No response

Code samples & details

// INSERT YOUR CODE HERE
 let webView  = WKWebView(frame: .zero, configuration: configuration)
 webView?.load(URLRequest(url: "https://www.facebook.com/(id)/videos/(id)"))
@JefriReynaldi
Copy link

~ $ 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

@RabertD
Copy link
Author

RabertD commented Dec 19, 2023

~ $ 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

Sorry updated my code

@RabertD
Copy link
Author

RabertD commented Dec 20, 2023

Changed to SFSafariViewController. Its working fine now.

@RabertD RabertD closed this as completed Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants