How to convert mouse-over popup window to mobile?

So I am making game first for PC platform. (Steam)

I made many mouse-over tooltip description.

But how to convert this to mobile or console platform?

At there, there is no mouse but just touch. Isn’t it? Of course console case can have mouse over (Destiny PS4), but for Android phone…?

It depends on how the player interacts with the elements. For instance, if dragging&dropping is used to play the game, tapping on the elements could be used to show additional options or tooltips.

That said, it’s quite hard to give any concrete suggestions without having more information about the game itself :slight_smile:

Thx.

So my game mostly tapping used to control the UI, so if user tap something, basically it (mostly button) should be clicked and do something related game play.