Hello,
I want to do this:
When a person uses my application for the first time, I want a tooltip to appear above the Home button.
User can click on a button ‘inside’ the tooltip: Next. Another tooltip will fade in, this time below another button. User will click on next, also ‘inside’ that tooltip, and another tooltip will appear.
A total of five tooltips.
With Popovers, I can have the Next button, but popovers are hard to position below elements.
I hope I am being clear. I am not good at explaining things