Modals

What's a better alternative to using tool tips on a modal box on mobile

What's a better alternative to using tool tips on a modal box on mobile
  1. Can you use tooltips on mobile?
  2. What are alternatives to tooltip?
  3. What is the best tooltip placement?
  4. Should you use modals on mobile?

Can you use tooltips on mobile?

Tooltips aren't just for web—they're one of the most popular and effective UI patterns for mobile apps, too. Get inspired. Visit ReallyGoodUX for UX examples and insights.

What are alternatives to tooltip?

You can use modals, hotspots, and in-app messages to replace tooltips.

What is the best tooltip placement?

Tooltip placement

Tooltips should always be placed near the UI element that they are describing, usually opposite the little arrow. Of course, “near” doesn't mean that your tooltip should obscure the element it's supposed to be helping your customer understand.

Should you use modals on mobile?

Use modals when missing information prevents the system from continuing a process that the user-initiated. Modals should be tailored to your app so they look native. This promotes a natural app experience. Make sure you use compelling copy (text) that conveys information clearly to the user.

Hiding duplicate links with aria-hidden
Should I use aria hidden?How do I hide my aria-label?Does aria hidden apply to child elements?What is the difference between the following attributes...
Should I keep the user logged in (i.e. remember me) when they register a new account?
Is Remember Me a security risk?What is the danger of checking the Remember Me box on a public web browser?Should I use remember this device?How does ...
Dropdown selector with no options. Disabled or not?
How do I disable dropdown options?How do I make a dropdown not editable in HTML?How do I hide an option in a select tag? How do I disable dropdown o...