I am creating website, in which I want to know user if user is using UC Browser or not?
I tried the solution suggest in this link, but it's not working. So I print userAgent and in UC it is something like this
So I used navigator.userAgent.match(/UCBrowser/i) for decting UC.
Is it good way or there any better way to detect UC?
Thanks.

