MobileWebSimulator
MobileWebSimulator copied to clipboard
Problems with JavaScript
There is a simple problem - my website is checking if the user-agent is set to mobile devices and then switches the content (http://ferus.info) - on mobile it only shows the content of the phone. Your script isn't sending right user-agent and therefore site cannot be viewed properly.
Im aware.. right now it only works to test the responsiveness provided by css rules, not by dynamic content depending on the user-agent. Im still looking into sending the right user-agent, but im not sure if it is possible. If you know a way, let me know!