Boris Smus

Results 55 comments of Boris Smus

+1 this would be great, especially for use within a WebView. Also @unconed are you still actively working on this? Or is this intended to be superseded by MathBox2?

I described a possible approach at the end of [my blog post](http://smus.com/web-sensor-api/): ``` // Handle sensor events. function onMagnetometer(event) { var data = event.data[0]; // Get the timestamp (in millis)....

@tobie Yes in this snippet event.data is reverse-chronological array of sensor values since the previous event. Are you saying it's wasteful to have an array with one value in it?...

What does a keypress mean on a mobile browser? If you are serious about this, please log a bug on new.mcrbug.com.

I'm not maintaining this project now, but would accept a pull request. Thanks! On Tue, Jul 15, 2014 at 10:43 AM, Adrien be [email protected] wrote: > +1, saving the user...

It's Chrome only at the moment (only Chrome supports FileSystem write). What version of Chrome are you using?

@englishextra here redirection only happens if you're on the wrong version of the page. but yes, client-side redirection definitely has performance overhead.

I was trying to get WebARonARKit running, and the default page it takes you to is https://developers.google.com/web/updates/2018/06/ar-for-the-web#examples, which is a broken link I think (there aren't any examples). Instead it...

I'm seeing this too, no idea what the problem is... ``` > npm_config_loglevel=silly semantic-release-cli setup ... ? What CI are you using? Travis CI info semantic-release Could not load Travis...

Also seeing this. What's the solution?