Software Archive
Read-only legacy content
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
17060 Discussions

Possibility of including template system in Hybrid Mobile App

xkevin
New Contributor I
192 Views

I'm curious if it is possible to include a template system like HandlebarsJS handlebarsjs.com?

Wherein I would like to achieved is include html file to my pages. Example is include the navigation (nav.html) to each file (index.html, contact.html etc.) Also I would like to manipulate some conditions inside the html file. It is possible, advisable, runnable or executable when the app was built?

0 Kudos
2 Replies
Dale_S_Intel
Employee
192 Views

Absolutely, you can install it on the client side just as you would for a webpage.  The best option is probably to "precompile it".  Check out http://handlebarsjs.com/precompilation.html for more details.

Dale

 

xkevin
New Contributor I
192 Views

does it work on windows O.S.? I tried installing but no success. 

Reply