mendhak / angular-intro.js

AngularJS directives for intro.js
http://code.mendhak.com/angular-intro.js/
GNU Affero General Public License v3.0
504 stars 175 forks source link

Add new custom button #169

Open lsantaniello opened 4 years ago

lsantaniello commented 4 years ago

I'd like to add new custom button to tooltip area (in my Ionic 3 App) in order to disable tour guide in my app. Currently I enabled tour guide in 5 pages but I don't know How allow the user to disable di features. What is the action that I can use to disable the tour?

I tried to use the "skip" button catching onexit event but it is triggered on both buttons: skip and complete/done.

Could you please help me?

Thanks