Can I create a PhoneGap project with HTML?« Back to Questions List
Yes, its SUPER Easy!PhoneGap uses a JavaScript Template pattern similar to Ember and Angular JS. Although different, the general logic of each can be applied with any. Script HandlebarsThe most common design feature is the Handlebar support, this allows developers to code with both HTML and OOP style properties applied at runtime. PhoneGap<script id="homeView" type="text/x-handlebars-template"/> Export Kit${class|script:id="homeView" type="text/x-handlebars-template"} Read our guide for Creating Angular and Ember JS Templates, the logic also applies to PhoneGap. We plan to create a full export for this in the near future. |
Do you have the right answer? If you do other users will benefit from your contribution, share your knowledge with the community!
Share Your Knowledge!
Contribute to the community and help other users to benefit from your answer with experience and knowledge.