Hacker News new | ask | show | jobs
by timdorr 5567 days ago
Android does a lot more reflows than iOS. iOS zooms by first scaling a raster image of the page and then reflowing after a brief delay of user input. That kind of resize is very fast, whereas a full HTML document reflow is slow.