Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS PhoneGap app using WebGL

Which is the WebView of a PhoneGap app, is the Safari mobile or desktop one?

Is it possible to use WebGL in PhoneGap apps? If not which they work around to use them being able to submit the app to the Apple Store and Android Store

Will I be able to submit to Apple Store a PhoneGap app that uses WebGL?

like image 369
itsme Avatar asked Mar 03 '14 13:03

itsme


1 Answers

UPDATE:

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

See more details on ludei's website

OLD:

If you want to create HTML5 apps with WebGL for iOS and android, try CocoonJS

Right now it's the only way to create WebGL apps that run on iOS and android

like image 117
jcesarmobile Avatar answered Nov 20 '22 20:11

jcesarmobile