by shacharz on 6/7/17, 7:17 PM with 158 comments
by om2 on 6/7/17, 8:56 PM
You can even try it out now on Safari Technology Preview: https://webkit.org/blog/7627/safari-technology-preview-32/
by sherbondy on 6/7/17, 9:03 PM
Also, definitely worth trying out this AR.js demo if you're running the beta: https://freinbichler.me/apps/web-ar/
Always thought it was a little peculiar that the Media Capture APIs are tied to what is otherwise a very data/protocol-oriented spec.
Wish we could have had a camera feed in a canvas element on Mobile Safari a few years ago without having to wait for the entirety of WebRTC to be vetted. :P
---
And now, for my own unrelated Web API peeve:
Beyond service workers and all that jazz, I'm a little bummed out that the Pointer Events API isn't even listed on the Webkit Feature Status page: https://webkit.org/status/
It just seems like such a pleasant unification of all of the input-type APIs (mouse, touch, pen, hypothetical future peripherals...)
At least touch events have a "force" property with Apple Pencil input in the meantime. No tilt though.
Maybe next year :/
by ArlenBales on 6/7/17, 8:16 PM
by dested on 6/7/17, 8:15 PM
by jameslevy on 6/7/17, 8:16 PM
by EGreg on 6/7/17, 8:02 PM
by gk3 on 6/7/17, 10:54 PM
quick question: i noticed that the camera isnt available on iOS 11 if you put a web-app capable page on to your homescreen. when you open the page in full screen, mediaDevices is undefined. is that just an iOS beta bug?
by shmerl on 6/8/17, 1:44 AM
And when are they going to support MSE[1] in iOS Safari?
by cptskippy on 6/8/17, 2:27 AM
by lern_too_spel on 6/7/17, 9:27 PM
by TheAceOfHearts on 6/8/17, 4:48 AM
by zurn on 6/8/17, 5:17 AM
by taf2 on 6/8/17, 3:11 AM
still some bugs maybe...
by angry_octet on 6/8/17, 11:15 AM
by kobayashi on 6/7/17, 11:49 PM
by ap46 on 6/8/17, 6:14 AM
by brian_herman on 6/8/17, 1:29 AM
by bla2 on 6/7/17, 10:01 PM
by hannob on 6/7/17, 8:23 PM
It sometimes baffles me how apple is holding up progress on the web - and that they aren't criticized more for it.
by microcolonel on 6/7/17, 8:35 PM
I remember having to integrate WebRTC through cordova (thank goodness somebody did it first) a couple years ago, and wondering why on earth Apple didn't find time or money for this. libwebrtc has been stable for years, it represents effectively no security risk, it performs well on all of their platforms. It truly boggles the mind.