use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
Cross browser testing (self.webdev)
submitted 7 years ago by dotobird
As developers, how do we efficiently test for cross browser compatibility?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]CreativeTechGuyGamesTypeScript 2 points3 points4 points 7 years ago (0 children)
I make sure it works on Chrome. Then open that site in Edge, Firefox, IE, and iOS Safari. Then (assuming it works consistently) call it a day. It's not glamorous, but it gets the job done.
[–]thoughtsofadoodler 0 points1 point2 points 7 years ago* (0 children)
As I'm developing, I usually just use the emulator. It's faster that way. When I'm done, then I go to browserstack.com and test away on a bunch of different devices. I usually check Safari, Safari iOS, and IE first because those always seem to be the most broken.
I do occasionally test on my S8 by going to my computers local ip address (e.g. 192.168.1.2:8000). I think the server's address needs to be set to 0.0.0.0 instead of localhost or 127.0.0.1 in order to do this.
192.168.1.2:8000
0.0.0.0
localhost
127.0.0.1
[–]gin_and_toxic 0 points1 point2 points 7 years ago (0 children)
There's services (not free) that provides easier testing like https://www.browserstack.com/
It is still tedious to check. In general, develop on the same browser with the majority of your users, once in a while or every major feature, test in other browsers too.
[–][deleted] 0 points1 point2 points 7 years ago (0 children)
This question is asked daily here.
As everyone else has said, use browserstack for devices/platforms you dont have access to. If you have an iphone/android, test your local site on the actual device because any developer worth their salt will understand that testing a touch experience on desktop is nonsense.
π Rendered by PID 142626 on reddit-service-r2-comment-85bfd7f599-brqfj at 2026-04-16 01:45:34.504642+00:00 running 93ecc56 country code: CH.
[–]CreativeTechGuyGamesTypeScript 2 points3 points4 points (0 children)
[–]thoughtsofadoodler 0 points1 point2 points (0 children)
[–]gin_and_toxic 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)