Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🪲[Bug]: Enable Click-to-Redirect Functionality for Contact Information Links #181

Closed
MrPC7 opened this issue May 16, 2024 · 2 comments · Fixed by #185
Closed

🪲[Bug]: Enable Click-to-Redirect Functionality for Contact Information Links #181

MrPC7 opened this issue May 16, 2024 · 2 comments · Fixed by #185
Assignees
Labels
bug Something isn't working good first issue Good for newcomers gssoc help wanted Extra attention is needed level1 easy (bug, documentaion)

Comments

@MrPC7
Copy link
Contributor

MrPC7 commented May 16, 2024

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:

  1. Go to the contact section of the page.
  2. Click on the email address: [email protected].
  3. Click on the phone number: +91 1234567890.
  4. Click on the address: IGDTUW, Delhi.
  5. Observe that no default application (email client, phone dialer, or maps application) is opened.

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

@MrPC7 MrPC7 added the bug Something isn't working label May 16, 2024
Copy link
Contributor

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

@Anishkagupta004
Copy link

Assigning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers gssoc help wanted Extra attention is needed level1 easy (bug, documentaion)
Projects
None yet
1 participant