astoria0128 Posted September 19, 2014 Share Posted September 19, 2014 Hi,Currently PhoneGap is one of the best popular mobile app development framework among developers community and submission of Phonegap apps in app stores continuously grow in regular basis. I am not friendly with Phonegap cross platform framework help me how to make HTML5 game app using Phonegap. Quote Link to comment Share on other sites More sharing options...
Robske Posted September 22, 2014 Share Posted September 22, 2014 Please follow the tutorials on PhoneGap and how to serve webpages from any iOS/Android/WindowsPhone client. It's not that hard.Having an HTML5 game with PhoneGap is not so much different from the first tutorial you will do. Really! If you have specific questions, do not hesitate to ask. Generic questions like the one you posted will most probably never get answered. Quote Link to comment Share on other sites More sharing options...
Doozerman Posted October 2, 2014 Share Posted October 2, 2014 Well, that depends on what kind of games you want to make. Generally it's not recommended to make games for PhoneGap as it's pretty slow and doesn't provide any canvas acceleration, compared to other options. The best framework out there is probably CooconJS. They provide acceleration to the canvas, so the apps run as they were written in some other, native language. (CooconJS basically converts Javascript). I know that the question isn't about it, but I strongly recommend for you to switch to CooconJS. I've used both, and from experience CooconJS is much faster and arguably easier to use. CooconJS is also fully free! As far as I remember you could only have one app with PhoneGap, then you had to pay. Check out their website: https://www.ludei.com/cocoonjs/ Quote Link to comment Share on other sites More sharing options...
Sebi Posted October 3, 2014 Share Posted October 3, 2014 Yea, that's entirely wrong, Doozerman. Because of ios8 phonegap outperforms cocoon and cocoon will soon be obsolete.For Android you might want to use Crosswalk. Im not sure if crosswalk performs better for android than cocoon. Quote Link to comment Share on other sites More sharing options...
Doozerman Posted October 4, 2014 Share Posted October 4, 2014 Hmm. What makes PhoneGap faster on ios 8? That is complete news to me. Are there any benchmarks or tests that would prove that PhoneGap is faster, because it's hard to believe. I know that the overall performance of Html5 on ios 8 improved. Does that have anything to do with the performance boost in PhoneGap? Quote Link to comment Share on other sites More sharing options...
alex_h Posted October 4, 2014 Share Posted October 4, 2014 iOS8 now has a new WKWebView that supports WebGL. At the end of the day PhoneGap basically just instantiates a web view and runs your content in it. Previously iOS only offered the UIWebView class which is pretty limited. So now with iOS8 PhoneGap can use the WKWebView and your content will run on WebGL. Quote Link to comment Share on other sites More sharing options...
Sebi Posted October 4, 2014 Share Posted October 4, 2014 That's right. Here's a post on that topic:https://www.scirra.com/blog/150/html5-game-performance-on-ios-8 Quote Link to comment Share on other sites More sharing options...
d13 Posted October 4, 2014 Share Posted October 4, 2014 I Are there any benchmarks or tests that would prove that PhoneGap is faster, because it's hard to believe. I agree that we need to see some hard evidence - does anyone out there have real performance benchmarks they can share? Quote Link to comment Share on other sites More sharing options...
Doozerman Posted October 4, 2014 Share Posted October 4, 2014 Thanks Sebastian, the website you provided contains a lot of good benchmarks and describes everything very well. The thing is, that every post and article that I read about WKWebView is about WebGL performance. Does iOS 8 improve Canvas2d performance in any way? Because that's what I am mainly focusing on. Quote Link to comment Share on other sites More sharing options...
Sebi Posted October 4, 2014 Share Posted October 4, 2014 Well, you will have to test that. I don't use an ios device atm.But ios users usually get their os updates pretty fast, you might not have any reason to not use webgl anymore. If the canvas 2d performance is worse than with cocoon (which i doubt) then you can always pick cocoon over phonegap. Not like the packing takes a lot time. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.