Getting webgl working on ionic pedestrian crossing

To get webGL support on ionic I added a pedestrian crossing

npm install ionic -g
ionic start my_app
cd my_app
ionic browser add crosswalk
//add some webGl to index.html
ionic run android

      

but that still prevented webgl from running on index.html. What else do I need to do to get webGL running on ionic Android?

+3


source to share


1 answer


Some Android devices are blacklisted when WEBGL starts. You have to force him.

Solution: http://forum.ionicframework.com/t/webgl-not-working/28274



Refer: https://crosswalk-project.org/documentation/about/faq.html

0


source







All Articles