gomobiledetect icon indicating copy to clipboard operation
gomobiledetect copied to clipboard

Go Mobile Detect is a lightweight Go package imported from PHP for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile...

Results 11 gomobiledetect issues
Sort by recently updated
recently updated
newest added

Golang uses [re2](https://code.google.com/p/re2/wiki/Syntax) regular expression library while the rules are written for PCRE. At the moment there are 3 rules that are effected by this issue: ``` `NexusTablet`: `^.*Android.*Nexus(((?:(?!Mobile))|(?:(\s(7|10).+))).)*$`, `AsusTablet`:...

bug