Quickly Build HTML5 and PhoneGap Mobile Apps

Extending the Google Map Component with Custom JavaScript

Posted: April 5th, 2012 | Author: | Filed under: Articles | Tags: , , , | No Comments »

You can extend the functionality of any Tiggzi component by adding custom JavaScript. Today, we’ll see how the Google Map component in Tiggzi can be used to display driving directions both visually and as text.

With the help of the Google Directions service, we’ll create a mobile page similar to the directions example listed on the examples page for the Google Maps API. Read the rest of this entry »


Manipulating Tiggzi Components with jQuery Mobile

Posted: March 28th, 2012 | Author: | Filed under: Articles | Tags: , , | 4 Comments »

Do you know how to take advantage of custom JavaScript when working with Tiggzi visual components? You can easily access any Tiggzi component in JavaScript via the Tiggzi JavaScript API and manipulate it with the jQuery Mobile API. Here is an example of how to dynamically add items to a list using JavaScript. Read the rest of this entry »