Skip to content

Instantly share code, notes, and snippets.

@nathanpc
Created May 27, 2012 14:39
Show Gist options
  • Select an option

  • Save nathanpc/2814492 to your computer and use it in GitHub Desktop.

Select an option

Save nathanpc/2814492 to your computer and use it in GitHub Desktop.
Post: How To Setup And Use NativeControls In PhoneGap
nativeControls.createTabBarItem(
"books",
"Books",
"/www/tabs/book.png",
{"onSelect": function() {
// Do something
}}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment