ttalvitie / browservice

Browservice: Browse the modern web on historical browsers
MIT License
1.08k stars 32 forks source link

IME for East Asian languages ? #122

Open Randname666 opened 1 month ago

Randname666 commented 1 month ago

Seems currently the IME is not triggered both at the client and the server side. The IME doesn't think there is a valid focus to trigger the input when landing the focus on an input box in the webpage (which is expected as there are all pictures rather than an actual input box). That makes it impossible to type in East Asian languages such as Chinese/Japanese/Korean which requires IME.

Is it possible to add a mechanism to redirect the outputs of the IME to the server ?