Need to debug an iOS or iPadOS device but don't have one? Got a Mac of some kind? Turns out, Xcode is a pretty comparable environment to the real deal and almost any mobile Safari bug can be tested – in real-time, with all the normal quick reload of your regular dev environment – and fixed using it. Sure, you still have to shell out for an expensive Mac, but if you've gone that far why not get the most out of it?
- Source
- Link to Original 🔗
- Published
- Categories
- Nuts & Bolts
- Tags
- Safari browser, Xcode, testing, iOS
Explore Other Notes
⬅ Newer
Indieweb icons and logos
I'm a big fan of these proposed IndieWeb icons/logos, particularly the Protocols set. The repeated node motif is just a really solid piece of logo design – and the Salmention salmon is just …
Older ➡
Re-evaluating px vs em in media queries
An overview of the state of media queries and accessible overrides (page zoom, text zoom, min/max font size settings etc.), seeking to determine which of em, rem, or px is the best option. Turns out …
- <!DOCTYPE html> <html> <head> <title></title> </head> <body> <p>Need to debug an iOS or iPadOS device but don't have one? Got a Mac of some kind? Turns out, Xcode is a pretty comparable environment to the real deal and almost any mobile Safari bug can be tested …</p> </body> </html>
- Murray Champernowne