Confirm before exit
Use the onbeforeexit callback to get a confirmation before closing the tour:
introJs.tour().onbeforeexit(function () {
return confirm("Are you sure?");
}).start()Use the onbeforeexit callback to get a confirmation before closing the tour:
introJs.tour().onbeforeexit(function () {
return confirm("Are you sure?");
}).start()