Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

83
Views
React Facebook inapp Browser

I'm currently detecting the Facebook in-app browser if true. enter image description here

But another question that I have is how can I get the Facebook in app browser version just like in Udger Online Parser See screenshot below enter image description here

I'm currently using Bowser extension to get the User Agent.

This is my code in React

{/FB_IAB/.test(navigator.userAgent) ||
   /FBAN/.test(navigator.userAgent) ||
   /FBAV/.test(navigator.userAgent) ? (
      <div>
        You are using Facebook Browser.
      </div>
    ) : (
      <div>
        {result.parsedResult.browser.name}
        {result.parsedResult.browser.version} on
        {result.parsedResult.os.name}
      </div>
 )}

But I want to get the Facebook App details like in udger site

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!