Search code examples
javascriptionic-frameworkhybrid-mobile-appdemo

How to show App instructions in ionic on first startup


I am new to ionic framework. I want to show app instructions like this.

enter image description here

what api/framework i should use to achieve this.Or if anyone have code samples,code pen help me in learning this.


Solution

  • If you mean a "tour" or "intro" feature you can try to use one of the various AngularJS plugins:

    https://github.com/abhikmitra/ng-joyride/

    http://code.mendhak.com/angular-intro.js/example/index.html

    http://daftmonk.github.io/angular-tour/

    https://github.com/benmarch/angular-ui-tour

    https://github.com/angular-ui/ui-tour

    Those ones are for web sites but you can evaluate if they could meet your needs.