I'm trying to display a Tooltip after a click on an <input type="text"/>.
Problem is, when you focus on an input on mobile, virtual keyboard shows up and move the tooltip to the top of the screen.
Do you have any idea about how to deal with this ?
PS: Do you know a web tool to share a running example of my issue (JSFiddle-like or something else) ?
Thanks !