You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't tap the Terms of Service and Privacy Policy links during Phone Authentication.
Steps to reproduce:
Tap Sign in with phone
Tap the Terms of Service and Privacy Policy links
Observed Results:
The UITextView at the bottom of FUIPhoneEntryViewController.xib needs to enable Selectable (Behaviour) and Link (Data Detectors) for the links to work. Please refer to the screenshot.
Relevant to #390
Expected Results:
Able to open the respective links in browser.
Relevant Code:
The text was updated successfully, but these errors were encountered:
Step 3: Describe the problem:
Can't tap the
Terms of Service
andPrivacy Policy
links during Phone Authentication.Steps to reproduce:
Sign in with phone
Terms of Service
andPrivacy Policy
linksObserved Results:
The
UITextView
at the bottom ofFUIPhoneEntryViewController.xib
needs to enableSelectable (Behaviour)
andLink (Data Detectors)
for the links to work. Please refer to the screenshot.Relevant to #390
Expected Results:
Able to open the respective links in browser.
Relevant Code:
The text was updated successfully, but these errors were encountered: