Kenneth Rohde Christiansen

Results 99 comments of Kenneth Rohde Christiansen

When we worked on Orientation Sensor, the idea was exactly that we would get the same object for all calls, and I believe we had to move it to use...

@SanderElias can you review this?

Yes, I solved this in my own code with media queries, but it's error phrone to do manually and right now we end up in the situation that most people...

I guess another option would be for you to add a `"responsive-width= "` or similar attribute, so that authors could set these externally. Unfortunately there seems to be three cases...

@blasten no var doesn't work in media queries, at least yet, though @tabatkins has looked at it, I believe. https://lists.w3.org/Archives/Public/www-style/2015Apr/0077.html Custom Media Queries: https://drafts.csswg.org/mediaqueries/#custom-mq

If what you care about is a full-performance Chromium fullscreen window on Android showing your web app, well then I suggest that you look into using Crosswalk (http://www.crosswalk-project.org). If you...

> Taken together, the situation appears to be that we have priveledged the web and browsers over Node. > > Is that a good thing? As both JS and the...

The code is here https://github.com/01org/webnfc-shoppingcart-demo Running gulp copies the files to static/ but you should be able to test with app/ as well

Currently this is what the spec says, but we can change to something else if that makes more sense. a [[Time]] value of type [DOMHighResTimeStamp](https://www.w3.org/TR/hr-time-3/#dom-domhighrestimestamp), which corresponds to the time...