microsoftgraph / microsoft-graph-toolkit

Authentication Providers and UI components for Microsoft Graph 🦒
https://docs.microsoft.com/graph/toolkit/overview
Other
964 stars 309 forks source link

[BUG] person card hides immediately when using touch #168

Closed nmetulev closed 4 years ago

nmetulev commented 5 years ago

Describe the bug When using the person component with a person card, and using a touch screen, the person-card is displayed when the person is tapped, bit it is hidden almost immediately.

To Reproduce Steps to reproduce the behavior:

  1. Add a person card <mgt-person person-query="me" person-card="click"></mgt-person>
  2. Tap on the card with your finger

Expected behavior The card should remain visible until the user taps somewhere else on the screen

Environment (please complete the following information):

vogtn commented 5 years ago

Working on this issue,

Currently: testing for android and ios