Hi,
Anyone tried to run their gideros project on android 4.1?
It seems like I can't get the value of accelerometer on android 4.1.
accelerometer:isAvailable() |
returns true, But in this line:
local x, y, z = accelerometer:getAcceleration() |
x, y and z are always 0.
I tried to set my gideros player to use android 4.1, it still doesn't work.
Everything is fine on iOS and android 4.0
Any idea?
Comments
I can reproduce it with only these 4 lines: