I’m working on integrating miro whiteboard in an VR application on Quest 3 device with an in-app web browser. Unfortunately clicking input fields in the whiteboard won’t make the system keyboard show up, but the browser plugin I’m using allows executing arbitary javascript on the page.
Currently I’m editing the content in the #canvas-focus-holder>p element when pressing keys on an virtual keyboard, but it doesn’t work well with the styles. Then I noticed miro web SDK, is there a way to better simulate keyboard input and edit elements on board correspondly with SDK?

