Daniel Imms

Results 601 comments of Daniel Imms

Copy and paste may work with the DOM renderer (and/or screen reader mode) on iPad, pretty sure this isn't possible with canvas/webgl until we get better APIs from the browser...

I was mainly targeting NVDA when I worked on the screen reader support, I'm guessing VoiceOver probably will work but you might need to tweak some of the verbosity settings?...

@dmartin interesting, it was an awfully long time ago but that was meant to improve things specifically on macOS 🤔

To clarify, this is Chrome? It's also not clear exactly when you switch tab and whether you're changing just window focus or what. Could you also check the devtools console...

Could you try updating your graphics drivers to see if that's the issue?

This would need some thinking around how embedders can conditionally enable it, like how browsers ask if they can access the clipboard.

> which seems to work in both as long as something on the page has the focus. I think browsers treat this differently and it may get blocked if it...

We may want to expose a handler on the API similar to the to `attachCustomKeyEventHandler` to handle copying, that way the embedder can hook it up to its clipboard mechanism...

@YingboMa as with anything where the clipboard is touched we want to make sure there aren't any security concerns (if you log into a malicious server, it could read your...