Help!How to judge if it's 360 browser by javascript?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bibibobi
    New Member
    • Jun 2017
    • 3

    Help!How to judge if it's 360 browser by javascript?

    Is there any good way to tell whether the current browser is a 360 browser by javascript?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    what is a "360 browser by javascript"?

    most likely you'll get that via the request's user agent header.

    Comment

    • bibibobi
      New Member
      • Jun 2017
      • 3

      #3
      I just wanna know how to test 360 browser through javascript

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        again, what is a 360 browser?

        Comment

        • bibibobi
          New Member
          • Jun 2017
          • 3

          #5
          ........A Chinese browser

          Comment

          • Dormilich
            Recognized Expert Expert
            • Aug 2008
            • 8694

            #6
            essentially you check the user agent string. but there are some libraries out there using additional checks for more pecision.

            Comment

            Working...