如何在首次启动时以 ionic 显示 App 说明

How to show App instructions in ionic on first startup

我是离子框架的新手。我想像这样显示应用说明。

我应该使用什么 api/framework 来实现 this.Or 如果有人有代码示例,代码笔可以帮助我学习这个。

如果您指的是 "tour" 或 "intro" 功能,您可以尝试使用各种 AngularJS 插件之一:

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

那些是针对网站的,但您可以评估它们是否能满足您的需求。