jhhr
December 25, 2024, 10:16am
2
Based on what worked for this person:
I have to thank you a thousand times for this!
I was ruminating and ruminating
With those proposals it works as desired … below my working HTML code.
<div class="d-flex justify-content-center section" style="height: 100px;">
<div class="input-group mb-3 input-group-sm rounded-pill overflow-hidden border w-50 my-auto">
<input virtualkeyboardpolicy="manual" contenteditable type="text" class="form-control hide-focus border-0"
placeholder="...." aria-label="Username" st…
While I don’t get why both would be required, perhaps you also need to set the contenteditable
attribute in addition to virtualkeyboardpolicy="manual"
?
So, edit this part:
<!-- Zone interactive -->
<input id="answer" type="text" placeholder="Tapez votre réponse"
virtualkeyboardpolicy="manual" contenteditable style="width: 100%; padding: 10px; font-size: 16px;">