sjmc11 / tourguide-js

TourGuide is a Javascript library for creating user tours and on-boarding steps for your apps.
https://tourguidejs.com
MIT License
592 stars 27 forks source link

completeOnFinish does not work in Incognito window #16

Open JinIgarashi opened 1 year ago

JinIgarashi commented 1 year ago

When I use incognito window of Google Chrome, completeOnFinish does not work. It looks like no access permission to window.localStorage in incognito window.

Also, it does not work in Safari, too.

image