-
Hello folks, I have an Ionic 8 project based on Angular 18 using standalone components (no modules at all). I tried to implement an Ionic tour for it but without success. Here is my project structure: -/src Dashboard page is one of the tabs defined in tabs.page.ts. I want the tour to start on Dashboard page with popovers over the tabs defined in tabs.page.html and some UI elements defined in dashboard.page.html. This is what I have made so far:
I'm using ngx-ui-tour-ionic version 5.0.0 to achieve this and currently facing following problems:
Many thanks in advance! Regards |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
-
Hi, If you are still facing the issue, can you create a stackblitz or github reproduction of it? |
Beta Was this translation helpful? Give feedback.
-
Hi @hakimio, Thank you for your response. I've already implemented a working tour in my own way. I think my problem was that the tour was spread on multiple pages and as soon I imported IonicModule to more than one page UI elements of ngx-ui-tour were not rendered properly anymore (like on the screenshot I attached). Best regards |
Beta Was this translation helpful? Give feedback.
Hi @hakimio,
Thank you for your response. I've already implemented a working tour in my own way. I think my problem was that the tour was spread on multiple pages and as soon I imported IonicModule to more than one page UI elements of ngx-ui-tour were not rendered properly anymore (like on the screenshot I attached).
Best regards
Valdes