Android: Modulus returns NaN
QML and Qt Quick
1
Posts
1
Posters
576
Views
1
Watching
-
wrote on 17 Dec 2014, 10:13 last edited by
Hi everyone,
I'm facing a strang issue on Android.
While on every other platform ( i.e. Windows, OS X, iOS ) the modulus work, on android I always get NaN.
Does anyone ever faced that problem ?What i'm doing is a simple x % 5 where x is the index in a ListView.
1/1