+ 1

Internal vs. External - a virtual keyboard problem

The "virtual-keyboard-problem" here is as simple as it sounds: internal code works - external code doesn't. Very likely it has something to do with Sololearn's I/O handling, but: Can someone explain it further? https://sololearn.com/compiler-playground/WyG7clMnMdY0/?ref=app -> https://sololearn.com/compiler-playground/W93Kbu9u464V/?ref=app Edit: Now this should be a better example for that problem: https://sololearn.com/compiler-playground/W37farYOnZ9S/?ref=app

4th Oct 2024, 12:02 PM
Konan
Konan - avatar
3 Respuestas
+ 2
Lisa Yes it does; but all in all (is this a possible english statement? - doesn't really matter - you know what I mean) it's simply about: It just won't compile...
4th Oct 2024, 9:48 PM
Konan
Konan - avatar
+ 1
Now I simply used: document.addEventListener('DOMContentLoaded', function () { }); and some different methods to make it work, but the basic problem isn't solved yet - because I tried it in former sessions and got no result...
4th Oct 2024, 12:09 PM
Konan
Konan - avatar
0
you try document's load? does it change when using window's load ?
4th Oct 2024, 1:16 PM
Lisa
Lisa - avatar