I’ve got a responsive website that looks for the HTTP_USER_AGENT using PHP and then determines which JS files to load. When checking Firefox I can use Firebug/Page speed etc to check what’s being loaded and so on, but on my iPhone I have no such tools. Is it possible to test this using some online or something?
I’ve got a responsive website that looks for the HTTP_USER_AGENT using PHP and then
Share
Check it with alert() or Enable Safari debug Tools in the iPhone Setting for a console!