Thomas Müller

Results 38 comments of Thomas Müller

Could you add the code to show what you are trying to do?

Could you provide the code of your monolog configuration and the file which creates the error?

@mustify Please add the useragent.

@csandreas1 Please add the useragents you are sending.

@csandreas1 As you can see, the desktop UA does not contain any information about the real device and platform. So it should not be possible to detect the real device...

I dont know any device detection script which does not use the useragent of the device. All scripts I know would have the same issue.

@ThaDafinser I do not have the time to maintain two versions. I am still working on the complexity, and I am still adding devices and browsers which are not detected...

@ThaDafinser Any news here?

> regex: '(?:SAMSUNG-)?(?:GT-I9500|GT-I9502|GT-I9505|SCH-I545|SCH-I959|SCH-R970|GALAXY-S4|SGH-M919N?)' If you would rewrite this rule to `(?:SAMSUNG-)?(GT-I9500|GT-I9502|GT-I9505|SCH-I545|SCH-I959|SCH-R970|GALAXY-S4|SGH-M919N?)` you could use `$1` to catch the raw model without splitting the rule.