Good ways to create tool tips for new app users?

Hi,

I consider it useful to create tool tip popups for new users to explain “where in the UI
you can click on and what happens when you click them”.

One way of doing it could be:
when the user opens the page for the first time, several arrows pointing to interactive elements and short text explaining would pop up on the page.

Is this viable in Ionic? I had a look at “popover”, but it seems not what I want.

Thanks,
D

You could have the elements that are pointing to each ui element dissapear after a setInterval()?
If not that then maybe a help button that pops up a modal or actionsheet explaining how to use it?

ActionController

Modal Controller

ionic-tooltips might be useful, although it is designed to show tool tips on press events.