I'm working on a WASM web app for US Army Soldiers to search through Army regs quickly with AI. It's working great on normal browsers but when I try to use it on a US Army laptop 90% of the time it refuses to type anything (on both chrome and edge). Randomly it will allow typing and it always allows copying and pasting. Sadly I can't see any console errors since the laptop does not allow opening the console and I think the typing issue is from some kind of security system issue. I updated to the latest dev version of compose multiplatform this weekend and I will test it again when I'm back at work next week. Is there anything else I can do to fix this?
🔥 2
a
Artem Kobzar
08/19/2024, 8:48 AM
@[JB] Shagen I remember there was an issue like this and you fixed it, am I right?
Artem Kobzar
08/19/2024, 8:49 AM
@Kyle Eichlin Btw, thank you for such an application 👏
k
Kyle Eichlin
08/19/2024, 9:11 AM
@Artem Kobzar Thank you for working on compose! It's a joy to work with
Kyle Eichlin
08/20/2024, 9:31 PM
@Artem Kobzar I think I found a small fix for it. If I press 'tab' typing will start to work for the entire website.
a
Artem Kobzar
08/21/2024, 8:55 AM
Hmm, that sounds weird. @Oleksandr Karpovich [JB] is it something known/expected?