7 ms·
It’s usually the difference between having a low-level api and high-level api. iOS gives a lot “for free”. Creating stuff from scratch is not a fun experience
by indeyets 2y ago
It’s usually the difference between having a low-level api and high-level api. iOS gives a lot “for free”.
Creating stuff from scratch is not a fun experience
- duxup 2y ago>Creating stuff from scratch is not a fun experience It's one of those things that I love the idea of doing. I'd love to create my own look and feel and design. But day to day at my job I just need a dang button that does the thing or transition between things, a spinner or ... whatever.
- Maxion 2y agoAnd the amount of fine-tuning done on ios for the various gestures is quite astounding. Re-creating them using browser APIs isn't really entire possible.
- yesimahuman 2y agoYou can extremely close if not imperceptibly there for a lot of interactions. The bigger issue is actually mobile browser “chrome” getting in the way (i.e. baked in gestures in mobile browsers)
- jeffhuys 2y ago> Creating stuff from scratch is not a fun experience I'd have to say that I completely disagree here - it's one of the things I get most fun out of, even at work.