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.
URL: http://vozpopuli.com/
Browser / Version: Firefox 40.0
Operating System: Android
Problem type: Desktop site instead of mobile site
Steps to Reproduce
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.
in the content, both seems to be identified as mobile.
To analyze.
country: es