user3798546
user3798546

Reputation: 33

Does mobile browser support Three.js application

I have my application which bases on Three.js library. However, it doesn't run on mobile browser when I used WebGLRender. I checked some application from Mr.doob (http://threejs.org/examples/#webgl_panorama_equirectangular). I wonder whether or not mobile browser support three.js or I missed something to run its application on device? Tks

Upvotes: 3

Views: 13213

Answers (3)

SNos
SNos

Reputation: 3470

Android native browser now supports webGL / Three.js

Upvotes: 2

Shiva
Shiva

Reputation: 6887

According to caniusel.com

WebGL is completely supported by the following mobile browsers

  • Safari on iOS 8
  • Blackberry Browser 10
  • Opera Mobile 22+

Its partially supported(meaning it may or may not work in some cases) by the following browsers.

  • Chrome for Android 35
  • Firefox for Android 30

Lastly here is the list of mobile browsers that don't support webGL.

  • Opera Mini
  • Android Browser
  • Blackberry Browser 7
  • iOS Safari 7 or less
  • IE Mobile 10
  • Opera Mobile 11.5 or less

Upvotes: 6

Leeft
Leeft

Reputation: 3837

What mobile browser? Chrome and Firefox on Android support WebGL. The native browser doesn't work.

Upvotes: 2

Related Questions