Skip to content

Sencha Touch Extension that automatically detect if the application has not been added to iPhone Home Screen and explain him how to do it.

Notifications You must be signed in to change notification settings

mabril/Ext.tux.InstallPanel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

/**
 * @author Andrea Cammarata - http://www.andreacammarata.com
 * @class Ext.tux.InstallPanel
 * <p>This is a simple Ext.Application plugin witch display a help panel with application informations,
 * and explain how to "install" the application on iOS devices.</p> 
 * <p>Sample Usage</p>
 * <pre><code>
 * Ext.regApplication('AndreaCammarata', {
 *
 * 	  //Set the application name
 *	  name: 'AndreaCammarata',
 *
 *	  //Set the application Icon
 *	  icon: 'icon.png',
 *
 *	  //Definition of Ext.tux.InstallPanel Plugin
 *	  plugins: [new Ext.tux.InstallPanel()],
 *
 *	  //Definizione del punto di ingresso dell'applicazione
 *	  launch: function() {
 *
 *		//Create here your Application Viewport
 *
 *	  }
 *
 * });
 * </code></pre> 
 */

About

Sencha Touch Extension that automatically detect if the application has not been added to iPhone Home Screen and explain him how to do it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published