🪲[Bug]: Enable Click-to-Redirect Functionality for Contact Information Links #181
Labels
bug
Something isn't working
good first issue
Good for newcomers
gssoc
help wanted
Extra attention is needed
level1
easy (bug, documentaion)
Issue: Enable Click-to-Redirect Functionality for Contact Information Links
Describe the bug
Contact information links (location, email, and phone number) do not redirect to the default app on the user's device when clicked. Instead, they are displayed as plain text without any interactivity.
To Reproduce
Steps to reproduce the behavior:
[email protected]
.+91 1234567890
.IGDTUW, Delhi
.Expected Behavior
When the email address is clicked, it should open the default email client with a new message addressed to
[email protected]
.When the phone number is clicked, it should open the phone dialer with
+91 1234567890
pre-filled.Clicking on the address should open the default maps application showing the location.
Additional Context
Ensuring these links redirect to the appropriate default applications will enhance user experience by providing seamless interaction with contact information.
Solution
Update the contact information links to use
mailto
for email,tel
for phone number, and a Google Maps link for the address to ensure they open the appropriate default applications (email client, phone dialer, and maps application) on the user's device when clicked.Assign me this issue under GSSOC24
The text was updated successfully, but these errors were encountered: