PHP Classes

Edge browser

Recommend this page to a friend!

      PHP User Information Class  >  All threads  >  Edge browser  >  (Un) Subscribe thread alerts  
Subject:Edge browser
Summary:Return browser error
Messages:6
Author:NIVALDO MORAES DE SOUZA
Date:2018-07-24 13:47:11
 

  1. Edge browser   Reply   Report abuse  
Picture of NIVALDO MORAES DE SOUZA NIVALDO MORAES DE SOUZA - 2018-07-24 13:47:11
On Edge windows 10 the result of browser name is error. This return a Chrome.

Sorry, my english is bad.

  2. Re: Edge browser   Reply   Report abuse  
Picture of Muhammad Umer Farooq Muhammad Umer Farooq - 2018-07-24 14:28:42 - In reply to message 1 from NIVALDO MORAES DE SOUZA
Which version of Windows 1 you're using???

  3. Re: Edge browser   Reply   Report abuse  
Picture of NIVALDO MORAES DE SOUZA NIVALDO MORAES DE SOUZA - 2018-07-24 17:11:54 - In reply to message 2 from Muhammad Umer Farooq
windows 10 - version 1803, compilation 17134.165

  4. Re: Edge browser   Reply   Report abuse  
Picture of NIVALDO MORAES DE SOUZA NIVALDO MORAES DE SOUZA - 2018-07-24 17:16:37 - In reply to message 3 from NIVALDO MORAES DE SOUZA
For tests, I had insert this lines at line 113 of your code:

....

if (preg_match_all('/Edge/i', $this->UserAgent)) {

$this->Browser = 'Microsoft Edge';

$this->B_Agent = "Edge";

}elseif (preg_match_all('/MSIE/i', $this->UserAgent)) {

....

The result is good, but I not secure if this method is correct.

  5. Re: Edge browser   Reply   Report abuse  
Picture of Muhammad Umer Farooq Muhammad Umer Farooq - 2018-07-25 02:31:18 - In reply to message 4 from NIVALDO MORAES DE SOUZA
Hi Thank you so much for providing code its right and working fine i added this code and update the class with latest new method isMobile and fix code standard styling i also update example index.php download latest or check change from here => https://github.com/Lablnet/PHP-UserInfo-Class/commit/d17378d22097264bb4ffbd90d3e1910aeaf7a964

  6. Re: Edge browser   Reply   Report abuse  
Picture of NIVALDO MORAES DE SOUZA NIVALDO MORAES DE SOUZA - 2018-07-25 15:07:22 - In reply to message 5 from Muhammad Umer Farooq
Good.

On firefox not work. The new code was omited for Internet explorer and for Firefox.