Input text not being captured when there's another input next
The documentation says that in order to capture text from an input, you have to press the Tab key. It works fine when the page only has one input.
But for example, on a login form when you press Tab key, the focus jumps to the next input and the text doesn't get captured in Daydream. The last input's text gets captured as expected.
@martin-eq I am unable to replicate this issue. I tested it out on Segment's signup page and it worked:

Can you provide replication steps with a specific URL?
Maybe I have the same issue.
When you go to a page with a form and the first field is hasn't the focus, if you click on the field and than type, the typing is not captured.
It seems to only happen sometimes. Here on the segment.io signup page:

I clicked in the first field and used tab to get to the following fields.
It will be happen when you set the form in the iframe. v.v