Some quick notes on the WWDC 2015 session, What’s New in Web Development in Webkit and Safari
- Back drop filter – built-in, resource-cheap background blurs
- paged scrolling – smooth. Scroll Snap points (new CSS standard). Can define a fixed scroll width such that you don’t land in middle between two pieces of content. Is sensitive to scroll velocity out of the box.
- Template liters (ESX – new standard)
- Object Literal Property shorthand syntax
- Old: Prototype Syntax. NEW: ***Class Syntax – makes JS feel like true OO. And, it works out of the box with all your legacy JS.
- New CSS Features – implemented the new standards.
- Airplay – works with Safari, OS X
- Multitasking – Presentation Mode: Full Screen | Inline | Picture in Picture
- Force Touch
My mainmotivation for watching this session was to find out if they had made improvements inWebKit, which I am using in place ofUIWebView in an app, specificallywith regard to cookie handling (which seems to have been much easier in UIWebView). Sadly there was no mention of cookies. However the session was pretty awesome and impressive.

You must log in to post a comment.