Search code examples
javascriptthree.jsintel-xdkhybrid

ThreeJS App works well in the XDK emulator but not works on real device


my threeJS app works well in the XDK emulator

but while testing it on my real mobile device - it does not work (just a blank white page) ..

I think it's a webGL support issue or something like this ?

we have to convert our graduation project on mobile phone

what to do ?

is there another JS libraries like threeJS and works well on mobile phone ..?


Solution

  • Crosswalk for Android

    I used this build option in XDK and the converted app of Three.js(r71) worked just fine on mobile devices.