Questions tagged [facebook-browser]
12 questions
6
votes
3 answers
JavaScript Redirection not working in Facebook in-app browser
We have a central webpage on site that redirects user to some specific page based certain conditions.
The redirect logic is coded in JavaScript, using window.location.href
But this redirection always fails in Facebook In App Browser, it works well…

Vipresh
- 1,250
- 15
- 31
6
votes
1 answer
Facebook login is not working in Andriod Facebook in app browser
From a very login time, I am using the Facebook login Javascript SDK on my website, but recently it stopped working in the Android Facebook in-app browser. When I am clicking the login button it reloads the complete page to go to the authorization…

sagar43
- 3,341
- 3
- 29
- 49
5
votes
0 answers
Javascript redirection not working on facebook in app andriod browser?
Javascript redirection has stopped working on the latest version of facebook in app andriod browser. Tried
window.location.replace({url})and also so many different methods with no avail.
including:
Window.open Method
Window.open with Target…

neel shah
- 2,231
- 15
- 19
3
votes
0 answers
Input file not select in FB in-app browser with Android 11
I am using . when I select the input, the file chooser was open but when select the file, it doesn't select. the issue was only happen when open in Facebook in-app browser with Android 11. it working fine with…

Rithy
- 41
- 4
3
votes
1 answer
web google auth doesn't work in facebook browser and messenger
All links posted via facebook or sent via messenger usually opens in facebook browser, it just WebView component.
Google auth for web doesn’t work in facebook browser - endless spinner on ios and android. Other mobile and desktop browsers works…

slava_slava
- 636
- 1
- 10
- 23
1
vote
1 answer
How to detect if current page is running in webview (not in external browser/system browser) with Dart (Flutter)
I shared my web-app link on a Facebook post, my users click on this link and the page opens in Facebook webview. I want to alert them "You are viewing this page in Facebook browser, please open Chrome/Safari to run this web app".
How can I do this…

JasonSG
- 11
- 1
1
vote
0 answers
How to open standard browser from Facebook in-App browser and preload an url?
When user press a button and useragent is detected it is Facebook In-App borswer, I would open a standard browser and open an url. Is it a way to do it?
Tried this, this not work
window.parent.location.assign('https://tikex-dev.com/')
onClick={()…

János
- 32,867
- 38
- 193
- 353
1
vote
0 answers
Debug in Facebook In-App Browser like Chrome dev tools
I'm currently wanting to detect if I'm browsing through facebook in app browser or other web Browser. but how can I know if I'm in Facebook in-app browser. I want to see the console log. I would also like to know if I'm viewing it in the browser or…

Pinky Promise
- 229
- 3
- 18
0
votes
0 answers
Why window.FB.login is not triggered in Facebook built in browser?
I have this code:

János
- 32,867
- 38
- 193
- 353
0
votes
1 answer
Third party authentication doesn't work from facebook browser
I have a web application (React js with Kotlin backend) that has normal email + pw (plus PIN) login, and it also supports 3rd party authentication (Google and Facebook). It works on mobile and web, however, when I open my webpage through Facebook…

himig
- 11
- 3
0
votes
1 answer
Detect Webpage in Facebook In-app Browser
I'm using npm package like Bowser to detect the Browser that I'm using when I'm opening a link. but When I try to open the link in my messenger. It still says that I'm using Chrome, but I'm on Facebook In-app Browser.
Is there any package to detect…

Pinky Promise
- 229
- 3
- 18
0
votes
1 answer
How can I share a link including a quote from a web page to Facebook post from the Facebook browser?
I have created a web APP using Django that provides quizzes and created a Facebook App for it. When the user finishes the quiz he is asked to share his results to Facebook, when the user pressed the share button I create a Facebook post that…

Neweshy
- 31
- 4