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 Handlebars

The 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.

Added December 17, 2015 3:36 am

Do you have the right answer? If you do other users will benefit from your contribution, share your knowledge with the community!

7160 views
0 answers
Last Answered 9 years ago by admin

Categories

Recent Answers

asked by nmax
asked by shanrt
asked by Ali Sodikin
[+] View All Recent Questions

Share Your Knowledge!

Contribute to the community and help other users to benefit from your answer with experience and knowledge.