Translator for Whatsapp

Translator for Whatsapp web

< Commentaires sur Translator for Whatsapp

Avis: OK - le script fonctionne, mais souffre de quelques problèmes

§
Posté le: 21/09/2023

Is there a way to disable the autocomplete? It seems to be completely random and just obscures the window. If it allowed you to choose or kept the most recent it might be OK, but, it does neither.

passport4jAuteur
§
Posté le: 21/09/2023

I don't experience this problem. You could try to edit the code by updating below

<input type="text" id="originalTextInput" placeholder="Type your message and press Enter to send the translated message" style="width:100%;border:0px;height:30px;border-radius:8px;padding:6px;"/>

to

<input type="text" id="originalTextInput" placeholder="Type your message and press Enter to send the translated message" autocomplete="off" style="width:100%;border:0px;height:30px;border-radius:8px;padding:6px;"/>

Let me know if it works.

Poster une réponse

Connectez-vous pour poster une réponse.