Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 285
varun aaruru Avatar asked Dec 02 '15 07:12

varun aaruru


1 Answers

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.

like image 70
beaver Avatar answered Sep 24 '22 19:09

beaver