forked from raindrop80/Ext.tux.InstallPanel
-
Notifications
You must be signed in to change notification settings - Fork 0
Sencha Touch Extension that automatically detect if the application has not been added to iPhone Home Screen and explain him how to do it.
mabril/Ext.tux.InstallPanel
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published