Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

175
Views
El hipervínculo del botón Reaccionar no funciona pero solo agrega '?' al final de la URL cuando se hace clic

Hola, traté de hacer un botón de hipervínculo en reaccionar que abre un cliente de correo electrónico (como la aplicación de correo en Windows) para enviar un correo electrónico a alguien como una consulta de Ask an Advocate, pero todo lo que hace cuando está vinculado es abrir la aplicación web con un "?" añadido al final. ¿Alguien puede decirme por qué es eso o cómo solucionarlo? (Código que se muestra a continuación para el archivo)

 import React, { Component } from "react"; import { useState } from "react"; import styles from "./Advocate.css" import {Linking} from "react-native"; const Advocate = () => { const [title, setTitle] = useState(''); //this creates a simple title and a form, which can take input and will be handled in the backend return <div className={"advocate-section"} id={"aaa"} > <h2>Ask an Advocate</h2> <form> <button onPress={() => Linking.openURL('mailto:mb20732@bristol.ac.uk?subject=Advocate Inquiry') } title="mb20732@bristol.ac.uk" /> </form> </div> } export default Advocate;

¡Gracias por la ayuda!

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!