Your comments

I see. Wasn't sure if there were something like this exist.
This idea was asked form the creative group if we detect tilt and found this work around with working w/JS.

Would be great if it mimic ondeviceorientation and ondevicemotion.

Info:
http://developer.apple.com/library/sa...

http://developer.apple.com/library/sa...

Joe Longstreet (Buddy of mine) wrote an article a while back on these values.
http://joelongstreet.com/blog/2011/08...
I was hoping to get contant values when device is still moving.
Assuming you are on a MBP, put this line within your browser's console

window.ondeviceorientation = function(event){console.log(event.gamma);}


You should see logs with values when you move your MBP.

I am trying to achieve this type of logging within rarewire.
seem like code snippet was filtered out. added image.