I am new to ionic framework. I want to show app instructions like this.
what api/framework i should use to achieve this.Or if anyone have code samples,code pen help me in learning this.
I am new to ionic framework. I want to show app instructions like this.
what api/framework i should use to achieve this.Or if anyone have code samples,code pen help me in learning this.
Share Improve this question edited Jan 27, 2017 at 11:22 ChrisB 2,5852 gold badges26 silver badges44 bronze badges asked Dec 2, 2015 at 7:01 varun aaruruvarun aaruru 2,9401 gold badge23 silver badges36 bronze badges 7- i cant post image..please check in that link – varun aaruru Commented Dec 2, 2015 at 7:05
- Ionic is just built with angular, so create a div or img tag and put your semi-transparent image in it with a z-index higher than your main content. – brybott Commented Dec 2, 2015 at 7:10
- it is not looking good... – varun aaruru Commented Dec 2, 2015 at 9:44
- I want to build a similar feature into my app. Therefore i bookmarked an example from Mike Hartington, a developer from the ionic framework. Take a look at his codepen example. – Beat Commented Dec 2, 2015 at 9:48
- Hey @Beat, thanks for codepen.. but can you check image i posted(link). I want to implement that type of feature – varun aaruru Commented Dec 2, 2015 at 10:45
1 Answer
Reset to default 8If you mean a "tour" or "intro" feature you can try to use one of the various AngularJS plugins:
https://github./abhikmitra/ng-joyride/
http://code.mendhak./angular-intro.js/example/index.html
http://daftmonk.github.io/angular-tour/
https://github./benmarch/angular-ui-tour
https://github./angular-ui/ui-tour
Those ones are for web sites but you can evaluate if they could meet your needs.