arrow-down arrow at-sign bug check checkbox-checked checkbox-unchecked svg-checkmark chevron-right chevrons-right circle-down circle-left circle-right circle-up cloud2 svg-cross2 download download external-link filter github hash home leaf leaf left link-2 log-in log-out mail menu message-square minus plus radio-checked radio-checked2 radio-unchecked search settings spinner8 target twitter up upload-2 user users warning x zap
  • Home
  • Report a bug
  • Contribute
  • All issues
  • Login

URL: http://vozpopuli.com/
Browser / Version: Firefox 40.0
Operating System: Android
Problem type: Desktop site instead of mobile site

Steps to Reproduce

  1. Navigate to: http://vozpopuli.com/

Expected Behavior: Receiving Mobile content on Firefox OS and Firefox Android (like Chrome on Android)

Actual Behavior: Receiving desktop content.

The site is sending the same content. So this is not happening server-side.

→ http -b http://vozpopuli.com/inicio 'User-Agent:Mozilla/5.0 (Mobile; rv:40.0) Gecko/40.0 Firefox/40.0'| wc -c
  181655
→ http -b http://vozpopuli.com/inicio 'User-Agent:Mozilla/5.0 (Linux; Android 4.4.4; en-us; Nexus 4 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2307.2 Mobile Safari/537.36' | wc -c
  181655
→ http -b http://vozpopuli.com/inicio 'User-Agent:Mozilla/5.0 (Android; Mobile; rv:40.0) Gecko/40.0 Firefox/40.0'| wc -c
  181655

in the content, both seems to be identified as mobile.

→ http -b http://vozpopuli.com/inicio 'User-Agent:Mozilla/5.0 (Android; Mobile; rv:40.0) Gecko/40.0 Firefox/40.0'| egrep "esDesktop|esMovil"
    var esDesktop = true;
    var esMovil = false;
            esDesktop = false;
            esMovil = true; 
            esDesktop = false;
        esMovil = true;
        esDesktop = false;
        esDesktop = false;

→ http -b http://vozpopuli.com/inicio 'User-Agent:Mozilla/5.0 (Linux; Android 4.4.4; en-us; Nexus 4 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2307.2 Mobile Safari/537.36' | egrep "esDesktop|esMovil"
    var esDesktop = true;
    var esMovil = false;
            esDesktop = false;
            esMovil = true; 
            esDesktop = false;
        esMovil = true;
        esDesktop = false;
        esDesktop = false;

To analyze.

country: es

Please login to edit issues.

View issue on Github

Shortcut: Press l on your keyboard to open the label editor. Shortcut: Press g on your keyboard to be taken to the GitHub view of this page.
Closed: Duplicate
#1295

vozpopuli.com - desktop site instead of mobile site

Opened: 2015-06-26
Reporter: karlcow
Comments: 5
  • Home
  • List of issues
  • About
  • Contribute
  • Contact
  • Privacy Policy
  • Terms of Service
  • Code of Conduct