• Swedneck@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    21
    arrow-down
    1
    ·
    8 months ago

    y’all do realize at least firefox has a built in function to test on different virtual devices, right?

    • 9point6@lemmy.world
      link
      fedilink
      English
      arrow-up
      12
      ·
      edit-2
      8 months ago

      That’s still only testing one browser, unfortunately, and especially for mobile, Firefox is a very small percentage of users

      You ideally need to test Chrome, Safari & Firefox as the bare minimum, at least the latest Samsung browser is a good idea too as it’s often based on an old version of chrome. Thankfully IE has dropped off the list for most engineers now.

    • shasta@lemm.ee
      link
      fedilink
      English
      arrow-up
      6
      ·
      8 months ago

      It allows testing on different screen sizes and orientations that match certain devices (and allows you to input custom sizes). It also gives you the option to set the User Agent string so certain styles that might be programmed into the site will trigger. However, it does not run the code in different engines. It’s still helpful, but will not show all the bugs or performance issues. For example, the way they render SVG images is slightly different. A certain image that loads quickly in chrome could potentially take longer in Firefox.

      But to your point, you don’t need all the devices in the above screenshot to do testing. If you really want to do it manually, you can do so with just Firefox, Chrome, and Safari and use their respective emulators to vary the screen size.