Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

182
Visualizações
iPad korean keyboard doesn't raise the same DOMEvents as other OSs korean keybords

When using textarea in iPads, typing with korean keyboard doesn't raise any composition events. It raises these events in any other places (all browsers in both mac and windows).

For example:

function logFunc(str){
    return function(){console.log(str);};
}
var x = document.getElementById("abc")
x.addEventListener("compositionstart",logFunc("compStart"));
x.addEventListener("compositionend",logFunc("compEnd"));
x.addEventListener("blur",logFunc("blur"))
x.addEventListener("focus",logFunc("focus"))

var b = document.getElementById("btn");

b.addEventListener("focus",logFunc("Btn-focus"))
b.addEventListener("click",logFunc("Btn-Click"))
<button id="btn">
Click
</button>
<div>
</div>
<textarea id="abc"></textarea>
<textarea>
</textarea>

With the repro:

  1. press 'ㅅ'
  2. click

In chrome (MAC) the results of the console are:

"focus" "compStart" "compEnd" "blur" "Btn-focus" "Btn-Click"

In chrome iPad the results are:

"focus" "blur" "Btn-Click"

I'm searching why the iPad doesn't raise these events, and if there is any way to make them to be raised.

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda