I went to pwa.rocks on my iPhone and briefly tried out some of the apps, and almost every single one was obviously broken in some way. In no particular order, some of the issues:<p>- No or broken animation.<p>- Wrong dimensions for screen.<p>- Dropping frames (for the Flappy Bird clone - an extremely simple game).<p>- When viewed in-browser, swiping left to right to initiate a 'back' action causes flicker or a double animation, or is broken (doesn't go back to the right thing).<p>- Taps on the bottom navigation get messed up, showing/hiding Safari UI (this is unavoidable to some extent but there are workarounds).<p>- Clicking the hamburger button is so laggy on one of the apps it's probably making a network request.<p>After "installing":<p>- Doesn't work properly in a chromeless environment (e.g. the Google I/O app has a login screen that you can't cancel once you click it).<p>- Apple web app metadata missing or broken.<p>- Pressing any button takes you out of the app and into the same site in Safari.<p>- Icons that look bad when cropped to the iOS rounded rect.<p>Oh, and some of them didn't work because of missing Safari features, but that at least isn't their fault.<p>Even those that worked didn't look native; some of them looked like Android apps, which is nice if you're on Android. None of the ones I tried installing supported the swipe-back gesture in chromeless mode, which works in essentially every app on iOS not made by Google. (Presumably because the page would have to do it manually, as opposed to in-browser when it gets mapped to the browser back action, see above.)<p>Overall, maybe the browser primitives are there, but libraries for proper app-like UI are clearly not. I'll stick with my native apps for now, thanks...