IOS PhoneGap application using WebGL

What is the WebView of PhoneGap, is it a mobile or desktop Safari browser?

Can I use WebGL in PhoneGap applications? If they do not work, to use them to send the application to the Apple Store and Android Store

Can I introduce the Apple Store PhoneGap application using WebGL?

+6
source share
3 answers

UPDATE:

iOS 8 provided WebGL support in UIWebView and WKWebView, so if you don't want to support previous versions, you can use it without CocoonJS

Read more about ludei website

OLD:

If you want to create HTML5 apps using WebGL for iOS and Android, try CocoonJS

This is now the only way to create WebGL applications running on iOS and Android.

+7
source

I just found out your problems at two points. They -

Mobile phone connection links will not open in safari. For more information, please check HERE

Neither iOS nor Android browsers support WebGL, so it is not a starter in PhoneGap.

Apple is clearly working on WebGL support in a more general sense, as can be seen from their support in iAds.

It can be used by WebGL using standard built-in web views (using private APIs).

check HERE for browser support.

0
source

I personally recommend Ejecta for it open source:

https://github.com/phoboslab/Ejecta

The Android port does not seem widely active, but the main ios port looks in good condition, supporting WebGl.

Recent versions of Android support webGL directly - if you use older versions of Android, Crosswalk can also be used with telephony to use webgl support.

https://crosswalk-project.org/

0
source

All Articles