you are viewing a single comment's thread
view the rest of the comments
[–] 68 points 2 years ago (8 children)

Ok, as an American web developer how do I test sites in Firefox on iOS?

  • source
  • hideshow 16 child comments
  • [–] 35 points 2 years ago (2 children)

    Pray it just works? Get consumer-friendly legislation to pass in the US somehow? Maybe a genie wish or an infinity gauntlet could be used for this purpose.

    Apple has never been great at enabling developer testing. I certainly don't see why they'd care if shit works on third party browsers. The more broken apps are just means the more users who will give up and use Safari.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 23 points 2 years ago

    Didn't even think about that haha.

    I guess the best you could realistically do would be to adhere to web standards (not Chrome standards) and use desktop Firefox or Firefox on Android for testing as they should be the same internally as the hypothetical iOS port.

  • source
  • parent
  • [–] 11 points 2 years ago

    Same way you test on Safari if you don't have a Mac, I guess. (i.e. not at all, or with the same rendering engine on a different device and hoping it is similar enough, or via a service like Browserstack.)

  • source
  • parent
  • [–] 1 point 2 years ago

    Interesting question. If a binary is available you can sideload already, you'd have to put the phone in Developer Mode and use either XCode or one of the 3rd party tools for macos or Windows to install it. Main question is how easy it'd be to find a trustable official Mozilla binary.

  • source
  • parent